summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/enet_uip
diff options
context:
space:
mode:
authorTasos Sangiotis <tsagiotis@gmail.com>2015-01-12 13:30:30 +0200
committerTasos Sangiotis <tsagiotis@gmail.com>2015-01-12 13:30:30 +0200
commit6c8201ab902bf8a3a6b42dd7856569a607424a81 (patch)
tree9361e7e73e6ab3cd49565c4b86d1371c75d7b659 /boards/dk-tm4c129x/enet_uip
parenta6163888f3c56123b1db313743c6147ba498732c (diff)
updated all makefiles to match the correct makedefs
Diffstat (limited to 'boards/dk-tm4c129x/enet_uip')
-rw-r--r--boards/dk-tm4c129x/enet_uip/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/boards/dk-tm4c129x/enet_uip/Makefile b/boards/dk-tm4c129x/enet_uip/Makefile
index f0c0525..928d559 100644
--- a/boards/dk-tm4c129x/enet_uip/Makefile
+++ b/boards/dk-tm4c129x/enet_uip/Makefile
@@ -30,7 +30,7 @@ PART=TM4C129XNCZAD
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,22 +41,22 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=.
-VPATH+=../../../../third_party/uip-1.0/apps/dhcpc
+VPATH+=../../../third_party/uip-1.0/apps/dhcpc
VPATH+=../drivers
-VPATH+=../../../../third_party/uip-1.0/apps/httpd
-VPATH+=../../../../third_party/uip-1.0/uip
-VPATH+=../../../../utils
+VPATH+=../../../third_party/uip-1.0/apps/httpd
+VPATH+=../../../third_party/uip-1.0/uip
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
IPATH+=..
-IPATH+=../../../..
-IPATH+=../../../../third_party/uip-1.0/apps
-IPATH+=../../../../third_party/uip-1.0/uip
-IPATH+=../../../../third_party/uip-1.0
-IPATH+=../../../../utils
+IPATH+=../../..
+IPATH+=../../../third_party/uip-1.0/apps
+IPATH+=../../../third_party/uip-1.0/uip
+IPATH+=../../../third_party/uip-1.0
+IPATH+=../../../utils
#
# The default rule, which causes the Ethernet with uIP to be built.