Merged in merlin17/nuttx/ieee (pull request #301)
wireless/ieee802154: Removes wireless path prefix from VPATH, DEPPATH Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
commit
f6eea87c1e
@ -49,8 +49,8 @@ ifeq ($(CONFIG_IEEE802154_DEV),y)
|
||||
CSRCS += radio802154_device.c
|
||||
endif
|
||||
|
||||
DEPPATH += --dep-path wireless/ieee802154
|
||||
VPATH += :wireless/ieee802154
|
||||
DEPPATH += --dep-path ieee802154
|
||||
VPATH += :ieee802154
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)wireless$(DELIM)ieee802154}
|
||||
|
||||
endif # CONFIG_WIRELESS_IEEE802154
|
||||
|
Loading…
Reference in New Issue
Block a user