summaryrefslogtreecommitdiff
path: root/boards/ek-tm4c123gxl/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/ek-tm4c123gxl/hello/Makefile')
-rw-r--r--boards/ek-tm4c123gxl/hello/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/ek-tm4c123gxl/hello/Makefile b/boards/ek-tm4c123gxl/hello/Makefile
index 865cd2e..21e95c9 100644
--- a/boards/ek-tm4c123gxl/hello/Makefile
+++ b/boards/ek-tm4c123gxl/hello/Makefile
@@ -30,7 +30,7 @@ PART=TM4C123GH6PM
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,12 +40,12 @@ include ${ROOT}/makedefs
#
# Where to find source files that do not live in this directory.
#
-VPATH=../../../../utils
+VPATH=../../../utils
#
# Where to find header files that do not live in the source directory.
#
-IPATH=../../../..
+IPATH=../../..
#
# The default rule, which causes the hello example to be built.