diff options
Diffstat (limited to 'boards/dk-tm4c129x/boot_demo_flash/Makefile')
| -rw-r--r-- | boards/dk-tm4c129x/boot_demo_flash/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/boards/dk-tm4c129x/boot_demo_flash/Makefile b/boards/dk-tm4c129x/boot_demo_flash/Makefile index 44bd941..3b10155 100644 --- a/boards/dk-tm4c129x/boot_demo_flash/Makefile +++ b/boards/dk-tm4c129x/boot_demo_flash/Makefile @@ -30,7 +30,7 @@ PART=TM4C129XNCZAD #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,20 +41,20 @@ 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/lwip-1.4.1/apps
-IPATH+=../../../../third_party/bget
-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/lwip-1.4.1/apps
+IPATH+=../../../third_party/bget
+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 boot_demo_flash example to be built.
|
