mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 20:12:43 +01:00
64552a3b9a
This moves the following modules to a architecture-specific Makefile.dep file: - cortexm_common - cortexm_common_periph - newlib - newlib_nano - periph
10 lines
269 B
Makefile
10 lines
269 B
Makefile
ifneq (,$(filter nrf802154,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_timer
|
|
FEATURES_REQUIRED += radio_nrf802154
|
|
USEMODULE += luid
|
|
USEMODULE += netdev_ieee802154
|
|
endif
|
|
|
|
include $(RIOTCPU)/nrf5x_common/Makefile.dep
|
|
include $(RIOTCPU)/cortexm_common/Makefile.dep
|