mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
There should not be paths on C file names in wireless/ieee802154/Make.defs
This commit is contained in:
@@ -42,11 +42,11 @@ CSRCS =
|
|||||||
# Include wireless devices build support
|
# Include wireless devices build support
|
||||||
|
|
||||||
ifeq ($(CONFIG_IEEE802154_MAC),y)
|
ifeq ($(CONFIG_IEEE802154_MAC),y)
|
||||||
CSRCS += ieee802154/mac802154.c
|
CSRCS += mac802154.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_IEEE802154_DEV),y)
|
ifeq ($(CONFIG_IEEE802154_DEV),y)
|
||||||
CSRCS += ieee802154/radio802154_device.c
|
CSRCS += radio802154_device.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEPPATH += --dep-path wireless/ieee802154
|
DEPPATH += --dep-path wireless/ieee802154
|
||||||
|
|||||||
Reference in New Issue
Block a user