summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 19:03:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 19:03:44 +0000
commit1f64a3dcc8c8cf0b61b78e45bcdac09234a9d28e (patch)
treef7d2bc07f8bab18adb52b7b3159327f08e0c48e3 /nuttx/drivers/Makefile
parent68e37ca1d8ffd8459403ca04386a34a0d7926c48 (diff)
downloadpx4-nuttx-1f64a3dcc8c8cf0b61b78e45bcdac09234a9d28e.tar.gz
px4-nuttx-1f64a3dcc8c8cf0b61b78e45bcdac09234a9d28e.tar.bz2
px4-nuttx-1f64a3dcc8c8cf0b61b78e45bcdac09234a9d28e.zip
Fix network path broken in earlier checkin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@989 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index c6ba7f7ad..a132365d3 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -44,7 +44,7 @@ endif
ifeq ($(CONFIG_USBDEV),y)
include usbdev/Make.defs
ROOTDEPPATH = --dep-path .
-NETDEPPATH = --dep-path usbdev
+USBDEVDEPPATH = --dep-path usbdev
endif
ASRCS = $(NET_ASRCS) $(USBDEV_ASRCS)