summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/blinky/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/dk-tm4c129x/blinky/Makefile')
-rw-r--r--boards/dk-tm4c129x/blinky/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/dk-tm4c129x/blinky/Makefile b/boards/dk-tm4c129x/blinky/Makefile
index e672a7f..68e9d3d 100644
--- a/boards/dk-tm4c129x/blinky/Makefile
+++ b/boards/dk-tm4c129x/blinky/Makefile
@@ -30,7 +30,7 @@ PART=TM4C129XNCZAD
#
# 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.