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:
Anthony Merlino 2017-03-28 21:09:31 +00:00 committed by Gregory Nutt
commit f6eea87c1e

View File

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