summaryrefslogtreecommitdiff
path: root/boards/ek-tm4c1294xl/usb_dev_bulk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/ek-tm4c1294xl/usb_dev_bulk/Makefile')
-rw-r--r--boards/ek-tm4c1294xl/usb_dev_bulk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/ek-tm4c1294xl/usb_dev_bulk/Makefile b/boards/ek-tm4c1294xl/usb_dev_bulk/Makefile
index a6eab04..4eca9bc 100644
--- a/boards/ek-tm4c1294xl/usb_dev_bulk/Makefile
+++ b/boards/ek-tm4c1294xl/usb_dev_bulk/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 USB device bulk example to be built.