1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/openthread: cleanup Makefile.dep

There's no need to load dependency modules if the package is used. This is already managed by the build system
This commit is contained in:
Alexandre Abadie 2019-11-18 08:55:17 +01:00
parent 246a43ee19
commit bdf5eb7b1e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,11 +1,7 @@
ifneq (,$(filter openthread,$(USEPKG)))
USEMODULE += openthread_contrib
USEMODULE += mbedcrypto
endif
USEMODULE += openthread_contrib
USEMODULE += mbedcrypto
ifneq (,$(filter openthread_contrib,$(USEMODULE)))
USEMODULE += openthread_contrib_netdev
USEMODULE += l2util
USEMODULE += xtimer
FEATURES_REQUIRED += cpp
endif
USEMODULE += openthread_contrib_netdev
USEMODULE += l2util
USEMODULE += xtimer
FEATURES_REQUIRED += cpp