mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
11 lines
254 B
Makefile
11 lines
254 B
Makefile
ifneq (,$(filter openthread,$(USEPKG)))
|
|
USEMODULE += openthread_contrib
|
|
USEMODULE += mbedcrypto
|
|
endif
|
|
|
|
ifneq (,$(filter openthread_contrib,$(USEMODULE)))
|
|
USEMODULE += openthread_contrib_netdev
|
|
USEMODULE += xtimer
|
|
FEATURES_REQUIRED += cpp
|
|
endif
|