mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
wireless/ieee802154: Removes wireless path prefix from VPATH, DEPPATH
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