mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 22:43:57 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user