mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fe5c982fa6
netdev_default should enable the network devices, which do not necessarily use netdev.
10 lines
177 B
Makefile
10 lines
177 B
Makefile
USEMODULE += openthread_contrib
|
|
|
|
USEMODULE += netdev
|
|
USEMODULE += openthread_contrib_netdev
|
|
USEMODULE += l2util
|
|
USEMODULE += xtimer
|
|
USEMODULE += event
|
|
|
|
FEATURES_REQUIRED += cpp
|