diff options
Diffstat (limited to 'boards/ek-tm4c123gxl/mpu_fault/Makefile')
| -rw-r--r-- | boards/ek-tm4c123gxl/mpu_fault/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/boards/ek-tm4c123gxl/mpu_fault/Makefile b/boards/ek-tm4c123gxl/mpu_fault/Makefile index bf2ea94..483c5e2 100644 --- a/boards/ek-tm4c123gxl/mpu_fault/Makefile +++ b/boards/ek-tm4c123gxl/mpu_fault/Makefile @@ -30,7 +30,7 @@ PART=TM4C123GH6PM #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,13 +40,13 @@ 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+=../../../..
+IPATH=../../..
+IPATH+=../../..
#
# The default rule, which causes the MPU example to be built.
|
