mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
bdf5eb7b1e
There's no need to load dependency modules if the package is used. This is already managed by the build system
8 lines
161 B
Makefile
8 lines
161 B
Makefile
USEMODULE += openthread_contrib
|
|
USEMODULE += mbedcrypto
|
|
|
|
USEMODULE += openthread_contrib_netdev
|
|
USEMODULE += l2util
|
|
USEMODULE += xtimer
|
|
FEATURES_REQUIRED += cpp
|