mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
200 B
Makefile
11 lines
200 B
Makefile
ifneq (,$(filter cc2538_rf,$(USEMODULE)))
|
|
USEMODULE += netdev_ieee802154
|
|
USEMODULE += netif
|
|
endif
|
|
|
|
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
|
USEMODULE += rtt_rtc
|
|
endif
|
|
|
|
USEMODULE += pm_layered
|