pkg/tinydtls: 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:32 +01:00
parent bdf5eb7b1e
commit adcdb3601a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,13 +1,9 @@
ifneq (,$(filter tinydtls,$(USEPKG)))
USEMODULE += tinydtls
endif
ifneq (,$(filter tinydtls,$(USEMODULE)))
USEMODULE += memarray
USEMODULE += hashes
USEMODULE += tinydtls_aes
USEMODULE += tinydtls_ecc
endif
# TinyDTLS only has support for 32-bit architectures ATM
FEATURES_REQUIRED += arch_32bit