summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/usb_host_msc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/dk-tm4c129x/usb_host_msc/Makefile')
-rw-r--r--boards/dk-tm4c129x/usb_host_msc/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/boards/dk-tm4c129x/usb_host_msc/Makefile b/boards/dk-tm4c129x/usb_host_msc/Makefile
index 02c02dd..9067b97 100644
--- a/boards/dk-tm4c129x/usb_host_msc/Makefile
+++ b/boards/dk-tm4c129x/usb_host_msc/Makefile
@@ -30,7 +30,7 @@ PART=TM4C129XNCZAD
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,16 +41,16 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party
#
# The default rule, which causes the USB host mass storage example to be built.