summaryrefslogtreecommitdiff
path: root/boards/ek-tm4c1294xl/mpu_fault/Makefile
diff options
context:
space:
mode:
authorTasos Sangiotis <tsagiotis@gmail.com>2015-01-12 13:30:30 +0200
committerTasos Sangiotis <tsagiotis@gmail.com>2015-01-12 13:30:30 +0200
commit6c8201ab902bf8a3a6b42dd7856569a607424a81 (patch)
tree9361e7e73e6ab3cd49565c4b86d1371c75d7b659 /boards/ek-tm4c1294xl/mpu_fault/Makefile
parenta6163888f3c56123b1db313743c6147ba498732c (diff)
updated all makefiles to match the correct makedefs
Diffstat (limited to 'boards/ek-tm4c1294xl/mpu_fault/Makefile')
-rw-r--r--boards/ek-tm4c1294xl/mpu_fault/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/ek-tm4c1294xl/mpu_fault/Makefile b/boards/ek-tm4c1294xl/mpu_fault/Makefile
index 05e8b69..a8728f0 100644
--- a/boards/ek-tm4c1294xl/mpu_fault/Makefile
+++ b/boards/ek-tm4c1294xl/mpu_fault/Makefile
@@ -30,7 +30,7 @@ PART=TM4C1294NCPDT
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ 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+=../../..
#
# The default rule, which causes the MPU example to be built.