diff options
Diffstat (limited to 'boards/dk-tm4c129x/usb_otg_mouse')
| -rw-r--r-- | boards/dk-tm4c129x/usb_otg_mouse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/dk-tm4c129x/usb_otg_mouse/Makefile b/boards/dk-tm4c129x/usb_otg_mouse/Makefile index 438beff..ef7be58 100644 --- a/boards/dk-tm4c129x/usb_otg_mouse/Makefile +++ b/boards/dk-tm4c129x/usb_otg_mouse/Makefile @@ -30,7 +30,7 @@ PART=TM4C129XNCZAD #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -43,14 +43,14 @@ include ${ROOT}/makedefs VPATH=.
VPATH+=
VPATH+=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
IPATH+=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the OTG Mouse to be built.
|
