mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
256 B
Makefile
13 lines
256 B
Makefile
USEMODULE += openthread_contrib
|
|
|
|
USEMODULE += openthread_contrib_netdev
|
|
USEMODULE += l2util
|
|
USEMODULE += xtimer
|
|
USEMODULE += event
|
|
|
|
ifneq (,$(filter cc2538_rf nrf802154,$(USEMODULE)))
|
|
USEMODULE += netdev_ieee802154_submac
|
|
endif
|
|
|
|
FEATURES_REQUIRED += cpp
|