There should not be paths on C file names in wireless/ieee802154/Make.defs

This commit is contained in:
Gregory Nutt 2017-03-28 14:33:45 -06:00
parent 4c6e4b2344
commit 95f7d4dca7
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ CSRCS =
# Include wireless devices build support
ifeq ($(CONFIG_IEEE802154_MAC),y)
CSRCS += ieee802154/mac802154.c
CSRCS += mac802154.c
endif
ifeq ($(CONFIG_IEEE802154_DEV),y)
CSRCS += ieee802154/radio802154_device.c
CSRCS += radio802154_device.c
endif
DEPPATH += --dep-path wireless/ieee802154