1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52/Makefile.dep

9 lines
222 B
Makefile
Raw Normal View History

2019-03-04 13:18:47 +01:00
ifneq (,$(filter nrf802154,$(USEMODULE)))
FEATURES_REQUIRED += periph_timer
FEATURES_REQUIRED += radio_nrf802154
USEMODULE += luid
USEMODULE += netdev_ieee802154
endif
include $(RIOTCPU)/nrf5x_common/Makefile.dep