2020-03-06 14:17:19 +01:00
|
|
|
ifneq (,$(filter cc2538_rf,$(USEMODULE)))
|
2021-02-02 10:49:38 +01:00
|
|
|
ifneq (,$(filter cc2538_rf_netdev_legacy,$(USEMODULE)))
|
|
|
|
USEMODULE += netdev_ieee802154
|
|
|
|
else ifneq (,$(filter netdev,$(USEMODULE)))
|
2020-12-01 13:20:49 +01:00
|
|
|
USEMODULE += netdev_ieee802154_submac
|
|
|
|
endif
|
2020-03-06 14:17:19 +01:00
|
|
|
endif
|
2020-02-28 17:25:23 +01:00
|
|
|
|
2020-02-29 16:29:58 +01:00
|
|
|
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
|
|
|
USEMODULE += rtt_rtc
|
|
|
|
endif
|
|
|
|
|
2020-12-04 18:11:59 +01:00
|
|
|
ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
|
|
|
|
USEMODULE += tsrb
|
|
|
|
endif
|
|
|
|
|
2020-03-27 02:30:11 +01:00
|
|
|
include $(RIOTCPU)/cortexm_common/Makefile.dep
|