summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c123g
diff options
context:
space:
mode:
Diffstat (limited to 'boards/dk-tm4c123g')
-rw-r--r--boards/dk-tm4c123g/bitband/Makefile4
-rw-r--r--boards/dk-tm4c123g/blinky/Makefile4
-rw-r--r--boards/dk-tm4c123g/boot_demo1/Makefile10
-rw-r--r--boards/dk-tm4c123g/boot_demo2/Makefile10
-rw-r--r--boards/dk-tm4c123g/boot_serial/Makefile12
-rw-r--r--boards/dk-tm4c123g/boot_usb/Makefile12
-rw-r--r--boards/dk-tm4c123g/can/Makefile6
-rw-r--r--boards/dk-tm4c123g/grlib_demo/Makefile4
-rw-r--r--boards/dk-tm4c123g/hello/Makefile6
-rw-r--r--boards/dk-tm4c123g/hibernate/Makefile6
-rw-r--r--boards/dk-tm4c123g/interrupts/Makefile4
-rw-r--r--boards/dk-tm4c123g/mpu_fault/Makefile4
-rw-r--r--boards/dk-tm4c123g/qs-logger/Makefile12
-rw-r--r--boards/dk-tm4c123g/sd_card/Makefile14
-rw-r--r--boards/dk-tm4c123g/sine_demo/Makefile4
-rw-r--r--boards/dk-tm4c123g/softuart_echo/Makefile6
-rw-r--r--boards/dk-tm4c123g/timers/Makefile4
-rw-r--r--boards/dk-tm4c123g/uart_echo/Makefile4
-rw-r--r--boards/dk-tm4c123g/udma_demo/Makefile6
-rw-r--r--boards/dk-tm4c123g/usb_dev_bulk/Makefile6
-rw-r--r--boards/dk-tm4c123g/usb_dev_keyboard/Makefile6
-rw-r--r--boards/dk-tm4c123g/usb_dev_msc/Makefile12
-rw-r--r--boards/dk-tm4c123g/usb_dev_serial/Makefile6
-rw-r--r--boards/dk-tm4c123g/usb_host_audio/Makefile14
-rw-r--r--boards/dk-tm4c123g/usb_host_keyboard/Makefile6
-rw-r--r--boards/dk-tm4c123g/usb_host_mouse/Makefile6
-rw-r--r--boards/dk-tm4c123g/usb_host_msc/Makefile12
-rw-r--r--boards/dk-tm4c123g/usb_stick_demo/Makefile4
-rw-r--r--boards/dk-tm4c123g/usb_stick_update/Makefile6
-rw-r--r--boards/dk-tm4c123g/watchdog/Makefile4
30 files changed, 107 insertions, 107 deletions
diff --git a/boards/dk-tm4c123g/bitband/Makefile b/boards/dk-tm4c123g/bitband/Makefile
index 025411f..4ef866b 100644
--- a/boards/dk-tm4c123g/bitband/Makefile
+++ b/boards/dk-tm4c123g/bitband/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the bitband example to be built.
diff --git a/boards/dk-tm4c123g/blinky/Makefile b/boards/dk-tm4c123g/blinky/Makefile
index cfb3f0f..58963c6 100644
--- a/boards/dk-tm4c123g/blinky/Makefile
+++ b/boards/dk-tm4c123g/blinky/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,7 +40,7 @@ include ${ROOT}/makedefs
#
# Where to find header files that do not live in the source directory.
#
-IPATH=../../../..
+IPATH=../../..
#
# The default rule, which causes the blinky example to be built.
diff --git a/boards/dk-tm4c123g/boot_demo1/Makefile b/boards/dk-tm4c123g/boot_demo1/Makefile
index 696c1c6..d5cf572 100644
--- a/boards/dk-tm4c123g/boot_demo1/Makefile
+++ b/boards/dk-tm4c123g/boot_demo1/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,16 +41,16 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
IPATH+=..
-IPATH+=../../../..
-IPATH+=../../../../third_party/bget
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party/bget
+IPATH+=../../../third_party
#
# The default rule, which causes the boot_demo1 example to be built.
diff --git a/boards/dk-tm4c123g/boot_demo2/Makefile b/boards/dk-tm4c123g/boot_demo2/Makefile
index 1db1015..12e5dc3 100644
--- a/boards/dk-tm4c123g/boot_demo2/Makefile
+++ b/boards/dk-tm4c123g/boot_demo2/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,16 +41,16 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
IPATH+=..
-IPATH+=../../../..
-IPATH+=../../../../third_party/bget
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party/bget
+IPATH+=../../../third_party
#
# The default rule, which causes the boot_demo2 example to be built.
diff --git a/boards/dk-tm4c123g/boot_serial/Makefile b/boards/dk-tm4c123g/boot_serial/Makefile
index 2fa8c6c..355f54b 100644
--- a/boards/dk-tm4c123g/boot_serial/Makefile
+++ b/boards/dk-tm4c123g/boot_serial/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,14 +40,14 @@ include ${ROOT}/makedefs
#
# Where to find source files that do not live in this directory.
#
-VPATH=../../../../boot_loader
+VPATH=../../../boot_loader
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
-IPATH+=../../../..
-IPATH+=../../../../boot_loader
+IPATH+=../../..
+IPATH+=../../../boot_loader
#
# The default rule, which causes the Serial Port Boot Loader to be built.
@@ -85,8 +85,8 @@ ${COMPILER}/boot_serial.axf: ${COMPILER}/bl_startup_${COMPILER}.o
${COMPILER}/boot_serial.axf: ${COMPILER}/bl_uart.o
${COMPILER}/boot_serial.axf: ${COMPILER}/bl_usb.o
${COMPILER}/boot_serial.axf: ${COMPILER}/bl_usbfuncs.o
-${COMPILER}/boot_serial.axf: ../../../../boot_loader/bl_link.ld
-SCATTERgcc_boot_serial=../../../../boot_loader/bl_link.ld
+${COMPILER}/boot_serial.axf: ../../../boot_loader/bl_link.ld
+SCATTERgcc_boot_serial=../../../boot_loader/bl_link.ld
ENTRY_boot_serial=ResetISR
CFLAGSgcc=-DTARGET_IS_TM4C123_RB1
diff --git a/boards/dk-tm4c123g/boot_usb/Makefile b/boards/dk-tm4c123g/boot_usb/Makefile
index 46470f5..1d80b89 100644
--- a/boards/dk-tm4c123g/boot_usb/Makefile
+++ b/boards/dk-tm4c123g/boot_usb/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,14 +40,14 @@ include ${ROOT}/makedefs
#
# Where to find source files that do not live in this directory.
#
-VPATH=../../../../boot_loader
+VPATH=../../../boot_loader
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
-IPATH+=../../../..
-IPATH+=../../../../boot_loader
+IPATH+=../../..
+IPATH+=../../../boot_loader
#
# The default rule, which causes the USB Boot Loader to be built.
@@ -85,8 +85,8 @@ ${COMPILER}/boot_usb.axf: ${COMPILER}/bl_startup_${COMPILER}.o
${COMPILER}/boot_usb.axf: ${COMPILER}/bl_uart.o
${COMPILER}/boot_usb.axf: ${COMPILER}/bl_usb.o
${COMPILER}/boot_usb.axf: ${COMPILER}/bl_usbfuncs.o
-${COMPILER}/boot_usb.axf: ../../../../boot_loader/bl_link.ld
-SCATTERgcc_boot_usb=../../../../boot_loader/bl_link.ld
+${COMPILER}/boot_usb.axf: ../../../boot_loader/bl_link.ld
+SCATTERgcc_boot_usb=../../../boot_loader/bl_link.ld
ENTRY_boot_usb=ResetISR
CFLAGSgcc=-DTARGET_IS_TM4C123_RB1
diff --git a/boards/dk-tm4c123g/can/Makefile b/boards/dk-tm4c123g/can/Makefile
index e177556..1b0fc70 100644
--- a/boards/dk-tm4c123g/can/Makefile
+++ b/boards/dk-tm4c123g/can/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the can example to be built.
diff --git a/boards/dk-tm4c123g/grlib_demo/Makefile b/boards/dk-tm4c123g/grlib_demo/Makefile
index 4586288..40e3e43 100644
--- a/boards/dk-tm4c123g/grlib_demo/Makefile
+++ b/boards/dk-tm4c123g/grlib_demo/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the grlib_demo example to be built.
diff --git a/boards/dk-tm4c123g/hello/Makefile b/boards/dk-tm4c123g/hello/Makefile
index de002bf..47528ee 100644
--- a/boards/dk-tm4c123g/hello/Makefile
+++ b/boards/dk-tm4c123g/hello/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the hello example to be built.
diff --git a/boards/dk-tm4c123g/hibernate/Makefile b/boards/dk-tm4c123g/hibernate/Makefile
index 3c40719..7c6c4a6 100644
--- a/boards/dk-tm4c123g/hibernate/Makefile
+++ b/boards/dk-tm4c123g/hibernate/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the hibernation example to be built.
diff --git a/boards/dk-tm4c123g/interrupts/Makefile b/boards/dk-tm4c123g/interrupts/Makefile
index 62cd88a..8b2b8f0 100644
--- a/boards/dk-tm4c123g/interrupts/Makefile
+++ b/boards/dk-tm4c123g/interrupts/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the interrupts example to be built.
diff --git a/boards/dk-tm4c123g/mpu_fault/Makefile b/boards/dk-tm4c123g/mpu_fault/Makefile
index dba04e8..69c79b1 100644
--- a/boards/dk-tm4c123g/mpu_fault/Makefile
+++ b/boards/dk-tm4c123g/mpu_fault/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the MPU example to be built.
diff --git a/boards/dk-tm4c123g/qs-logger/Makefile b/boards/dk-tm4c123g/qs-logger/Makefile
index 6299d2e..21b5c0a 100644
--- a/boards/dk-tm4c123g/qs-logger/Makefile
+++ b/boards/dk-tm4c123g/qs-logger/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,16 +41,16 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party
#
# The default rule, which causes the Data logger quickstart example to be built.
diff --git a/boards/dk-tm4c123g/sd_card/Makefile b/boards/dk-tm4c123g/sd_card/Makefile
index 0b019ac..2a9f178 100644
--- a/boards/dk-tm4c123g/sd_card/Makefile
+++ b/boards/dk-tm4c123g/sd_card/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,17 +41,17 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/src/option
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/src/option
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party
#
# The default rule, which causes the SD card example to be built.
diff --git a/boards/dk-tm4c123g/sine_demo/Makefile b/boards/dk-tm4c123g/sine_demo/Makefile
index 9ba2106..b7af676 100644
--- a/boards/dk-tm4c123g/sine_demo/Makefile
+++ b/boards/dk-tm4c123g/sine_demo/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the sine_demo example to be built.
diff --git a/boards/dk-tm4c123g/softuart_echo/Makefile b/boards/dk-tm4c123g/softuart_echo/Makefile
index a8d40a6..80ce87a 100644
--- a/boards/dk-tm4c123g/softuart_echo/Makefile
+++ b/boards/dk-tm4c123g/softuart_echo/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the softuart_echo example to be built.
diff --git a/boards/dk-tm4c123g/timers/Makefile b/boards/dk-tm4c123g/timers/Makefile
index 8df9763..a9c7fc2 100644
--- a/boards/dk-tm4c123g/timers/Makefile
+++ b/boards/dk-tm4c123g/timers/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the timers example to be built.
diff --git a/boards/dk-tm4c123g/uart_echo/Makefile b/boards/dk-tm4c123g/uart_echo/Makefile
index 191215e..7bbd407 100644
--- a/boards/dk-tm4c123g/uart_echo/Makefile
+++ b/boards/dk-tm4c123g/uart_echo/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the uart_echo example to be built.
diff --git a/boards/dk-tm4c123g/udma_demo/Makefile b/boards/dk-tm4c123g/udma_demo/Makefile
index 57adb34..17137e1 100644
--- a/boards/dk-tm4c123g/udma_demo/Makefile
+++ b/boards/dk-tm4c123g/udma_demo/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the uDMA example to be built.
diff --git a/boards/dk-tm4c123g/usb_dev_bulk/Makefile b/boards/dk-tm4c123g/usb_dev_bulk/Makefile
index 42a0fd5..aece083 100644
--- a/boards/dk-tm4c123g/usb_dev_bulk/Makefile
+++ b/boards/dk-tm4c123g/usb_dev_bulk/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the USB device bulk example to be built.
diff --git a/boards/dk-tm4c123g/usb_dev_keyboard/Makefile b/boards/dk-tm4c123g/usb_dev_keyboard/Makefile
index 257beb2..9878585 100644
--- a/boards/dk-tm4c123g/usb_dev_keyboard/Makefile
+++ b/boards/dk-tm4c123g/usb_dev_keyboard/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the USB device keyboard example to be built.
diff --git a/boards/dk-tm4c123g/usb_dev_msc/Makefile b/boards/dk-tm4c123g/usb_dev_msc/Makefile
index f62750e..b4fa004 100644
--- a/boards/dk-tm4c123g/usb_dev_msc/Makefile
+++ b/boards/dk-tm4c123g/usb_dev_msc/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,16 +41,16 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party
#
# The default rule, which causes the Mass Storage Class example to be built.
diff --git a/boards/dk-tm4c123g/usb_dev_serial/Makefile b/boards/dk-tm4c123g/usb_dev_serial/Makefile
index 04bbcfd..c584cad 100644
--- a/boards/dk-tm4c123g/usb_dev_serial/Makefile
+++ b/boards/dk-tm4c123g/usb_dev_serial/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the USB device serial example to be built.
diff --git a/boards/dk-tm4c123g/usb_host_audio/Makefile b/boards/dk-tm4c123g/usb_host_audio/Makefile
index f1f2ae6..96656b8 100644
--- a/boards/dk-tm4c123g/usb_host_audio/Makefile
+++ b/boards/dk-tm4c123g/usb_host_audio/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,17 +41,17 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
-IPATH+=../../../../utils
+IPATH+=../../..
+IPATH+=../../../third_party
+IPATH+=../../../utils
#
# The default rule, which causes the USB host audio example to be built.
diff --git a/boards/dk-tm4c123g/usb_host_keyboard/Makefile b/boards/dk-tm4c123g/usb_host_keyboard/Makefile
index e443e29..7388f5f 100644
--- a/boards/dk-tm4c123g/usb_host_keyboard/Makefile
+++ b/boards/dk-tm4c123g/usb_host_keyboard/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the USB host keyboard example to be built.
diff --git a/boards/dk-tm4c123g/usb_host_mouse/Makefile b/boards/dk-tm4c123g/usb_host_mouse/Makefile
index 83d9641..f726a3a 100644
--- a/boards/dk-tm4c123g/usb_host_mouse/Makefile
+++ b/boards/dk-tm4c123g/usb_host_mouse/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=../
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the USB host mouse example to be built.
diff --git a/boards/dk-tm4c123g/usb_host_msc/Makefile b/boards/dk-tm4c123g/usb_host_msc/Makefile
index 3c4ea43..73ec587 100644
--- a/boards/dk-tm4c123g/usb_host_msc/Makefile
+++ b/boards/dk-tm4c123g/usb_host_msc/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,16 +41,16 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party
#
# The default rule, which causes the USB host mass storage example to be built.
diff --git a/boards/dk-tm4c123g/usb_stick_demo/Makefile b/boards/dk-tm4c123g/usb_stick_demo/Makefile
index d63e6f0..a527c98 100644
--- a/boards/dk-tm4c123g/usb_stick_demo/Makefile
+++ b/boards/dk-tm4c123g/usb_stick_demo/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the usb_stick_demo example to be built.
diff --git a/boards/dk-tm4c123g/usb_stick_update/Makefile b/boards/dk-tm4c123g/usb_stick_update/Makefile
index 08908cc..e37c40c 100644
--- a/boards/dk-tm4c123g/usb_stick_update/Makefile
+++ b/boards/dk-tm4c123g/usb_stick_update/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,12 +40,12 @@ include ${ROOT}/makedefs
#
# Where to find source files that do not live in this directory.
#
-VPATH=../../../../utils
+VPATH=../../../utils
#
# Where to find header files that do not live in the source directory.
#
-IPATH=../../../..
+IPATH=../../..
#
# The default rule, which causes the USB memory stick updater example to be built.
diff --git a/boards/dk-tm4c123g/watchdog/Makefile b/boards/dk-tm4c123g/watchdog/Makefile
index 81e6c0f..d47d80b 100644
--- a/boards/dk-tm4c123g/watchdog/Makefile
+++ b/boards/dk-tm4c123g/watchdog/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PGE
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -46,7 +46,7 @@ VPATH=../drivers
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the watchdog example to be built.