diff options
Diffstat (limited to 'boards/dk-tm4c129x/usb_host_audio')
| -rw-r--r-- | boards/dk-tm4c129x/usb_host_audio/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/boards/dk-tm4c129x/usb_host_audio/Makefile b/boards/dk-tm4c129x/usb_host_audio/Makefile index fb9a35d..07b274d 100644 --- a/boards/dk-tm4c129x/usb_host_audio/Makefile +++ b/boards/dk-tm4c129x/usb_host_audio/Makefile @@ -30,7 +30,7 @@ PART=TM4C129XNCZAD #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,17 +41,17 @@ 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+=../../../../utils
+IPATH+=../../..
+IPATH+=../../../third_party
+IPATH+=../../../utils
#
# The default rule, which causes the USB host audio example to be built.
|
