summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c123g/bitband/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/dk-tm4c123g/bitband/Makefile')
-rw-r--r--boards/dk-tm4c123g/bitband/Makefile4
1 files changed, 2 insertions, 2 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.