mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user