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