summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/usb_dev_bulk/Makefile
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-01-12 13:48:15 +0200
committerYuval Adam <yuval@y3xz.com>2015-01-12 13:48:15 +0200
commitc686407d271989d5c4bcc1b3c4f5bb6fcd1846a8 (patch)
tree9361e7e73e6ab3cd49565c4b86d1371c75d7b659 /boards/dk-tm4c129x/usb_dev_bulk/Makefile
parenta6163888f3c56123b1db313743c6147ba498732c (diff)
parent6c8201ab902bf8a3a6b42dd7856569a607424a81 (diff)
Merge pull request #4 from tsagi/master
updated all makefiles to match the correct makedefs
Diffstat (limited to 'boards/dk-tm4c129x/usb_dev_bulk/Makefile')
-rw-r--r--boards/dk-tm4c129x/usb_dev_bulk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/dk-tm4c129x/usb_dev_bulk/Makefile b/boards/dk-tm4c129x/usb_dev_bulk/Makefile
index 3fcb90d..176f403 100644
--- a/boards/dk-tm4c129x/usb_dev_bulk/Makefile
+++ b/boards/dk-tm4c129x/usb_dev_bulk/Makefile
@@ -30,7 +30,7 @@ PART=TM4C129XNCZAD
#
# 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.