From 1f64a3dcc8c8cf0b61b78e45bcdac09234a9d28e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 7 Oct 2008 19:03:44 +0000 Subject: 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 --- nuttx/drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers/Makefile') 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) -- cgit v1.2.3