Skip to content
Snippets Groups Projects
Commit 74ec336d authored by Jose Alamos's avatar Jose Alamos
Browse files

pkg/openthread: move dependencies to pkg Makefile.dep

parent 2bf6d01a
Branches
No related tags found
No related merge requests found
......@@ -653,11 +653,6 @@ ifneq (,$(filter random,$(USEMODULE)))
USEMODULE += luid
endif
ifneq (,$(filter openthread_contrib,$(USEMODULE)))
USEMODULE += openthread_contrib_netdev
FEATURES_REQUIRED += cpp
endif
ifneq (,$(filter asymcute,$(USEMODULE)))
USEMODULE += sock_udp
USEMODULE += sock_util
......@@ -731,11 +726,6 @@ ifneq (,$(filter gcoap,$(USEMODULE)))
USEMODULE += sock_util
endif
ifneq (,$(filter openthread,$(USEPKG)))
USEMODULE += openthread_contrib
USEMODULE += mbedcrypto
endif
ifneq (,$(filter luid,$(USEMODULE)))
FEATURES_OPTIONAL += periph_cpuid
endif
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment