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