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
This commit is contained in:
patacongo 2008-10-07 19:03:44 +00:00
parent 55b7616223
commit 934f010333

View File

@ -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)