diff options
Diffstat (limited to 'boards/dk-tm4c129x/lang_demo/Makefile')
| -rw-r--r-- | boards/dk-tm4c129x/lang_demo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/boards/dk-tm4c129x/lang_demo/Makefile b/boards/dk-tm4c129x/lang_demo/Makefile index ff02631..d171c81 100644 --- a/boards/dk-tm4c129x/lang_demo/Makefile +++ b/boards/dk-tm4c129x/lang_demo/Makefile @@ -30,7 +30,7 @@ PART=TM4C129XNCZAD #
# 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/fonts/lang_demo
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fonts/lang_demo
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party/fonts/lang_demo
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party/fonts/lang_demo
+IPATH+=../../../third_party
#
# The default rule, which causes the lang_demo example to be built.
|
