diff options
| author | Tasos Sangiotis <tsagiotis@gmail.com> | 2015-01-12 13:30:30 +0200 |
|---|---|---|
| committer | Tasos Sangiotis <tsagiotis@gmail.com> | 2015-01-12 13:30:30 +0200 |
| commit | 6c8201ab902bf8a3a6b42dd7856569a607424a81 (patch) | |
| tree | 9361e7e73e6ab3cd49565c4b86d1371c75d7b659 /boards/dk-tm4c129x/freertos_demo | |
| parent | a6163888f3c56123b1db313743c6147ba498732c (diff) | |
updated all makefiles to match the correct makedefs
Diffstat (limited to 'boards/dk-tm4c129x/freertos_demo')
| -rw-r--r-- | boards/dk-tm4c129x/freertos_demo/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/boards/dk-tm4c129x/freertos_demo/Makefile b/boards/dk-tm4c129x/freertos_demo/Makefile index e8d76d3..d8ddbff 100644 --- a/boards/dk-tm4c129x/freertos_demo/Makefile +++ b/boards/dk-tm4c129x/freertos_demo/Makefile @@ -30,7 +30,7 @@ PART=TM4C129XNCZAD #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,27 +40,27 @@ include ${ROOT}/makedefs #
# Where to find source files that do not live in this directory.
#
-VPATH=../../../../third_party/FreeRTOS/Source/portable/GCC/ARM_CM4F
-VPATH+=../../../../third_party/FreeRTOS/Source/portable/MemMang/
-VPATH+=../../../../third_party/FreeRTOS/Source
+VPATH=../../../third_party/FreeRTOS/Source/portable/GCC/ARM_CM4F
+VPATH+=../../../third_party/FreeRTOS/Source/portable/MemMang/
+VPATH+=../../../third_party/FreeRTOS/Source
VPATH+=../drivers
-VPATH+=../../../../third_party/lwip-1.4.1/apps/httpserver_raw
-VPATH+=../../../../utils
+VPATH+=../../../third_party/lwip-1.4.1/apps/httpserver_raw
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
IPATH+=..
-IPATH+=../../../..
-IPATH+=../../../../third_party/FreeRTOS/Source/portable/GCC/ARM_CM4F
-IPATH+=../../../../third_party/FreeRTOS
-IPATH+=../../../../third_party/lwip-1.4.1/apps
-IPATH+=../../../../third_party/FreeRTOS/Source/include
-IPATH+=../../../../third_party/lwip-1.4.1/ports/tiva-tm4c129/include
-IPATH+=../../../../third_party/lwip-1.4.1/src/include
-IPATH+=../../../../third_party/lwip-1.4.1/src/include/ipv4
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party/FreeRTOS/Source/portable/GCC/ARM_CM4F
+IPATH+=../../../third_party/FreeRTOS
+IPATH+=../../../third_party/lwip-1.4.1/apps
+IPATH+=../../../third_party/FreeRTOS/Source/include
+IPATH+=../../../third_party/lwip-1.4.1/ports/tiva-tm4c129/include
+IPATH+=../../../third_party/lwip-1.4.1/src/include
+IPATH+=../../../third_party/lwip-1.4.1/src/include/ipv4
+IPATH+=../../../third_party
#
# The default rule, which causes the FreeRTOS example to be built.
|
