From 6c8201ab902bf8a3a6b42dd7856569a607424a81 Mon Sep 17 00:00:00 2001 From: Tasos Sangiotis Date: Mon, 12 Jan 2015 13:30:30 +0200 Subject: updated all makefiles to match the correct makedefs --- boards/dk-tm4c129x/usb_host_hub/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'boards/dk-tm4c129x/usb_host_hub') diff --git a/boards/dk-tm4c129x/usb_host_hub/Makefile b/boards/dk-tm4c129x/usb_host_hub/Makefile index 64416dc..ed6da4a 100644 --- a/boards/dk-tm4c129x/usb_host_hub/Makefile +++ b/boards/dk-tm4c129x/usb_host_hub/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 Hub keyboard/msc example to be built. -- cgit v1.3.1