summaryrefslogtreecommitdiff
path: root/boards/ek-lm4f232/timers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/ek-lm4f232/timers/Makefile')
-rw-r--r--boards/ek-lm4f232/timers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/ek-lm4f232/timers/Makefile b/boards/ek-lm4f232/timers/Makefile
index 3d0d9b6..5a1ed5f 100644
--- a/boards/ek-lm4f232/timers/Makefile
+++ b/boards/ek-lm4f232/timers/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 timers example to be built.