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:
parent
bdf5eb7b1e
commit
adcdb3601a
@ -1,13 +1,9 @@
|
|||||||
ifneq (,$(filter tinydtls,$(USEPKG)))
|
|
||||||
USEMODULE += tinydtls
|
USEMODULE += tinydtls
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter tinydtls,$(USEMODULE)))
|
|
||||||
USEMODULE += memarray
|
USEMODULE += memarray
|
||||||
USEMODULE += hashes
|
USEMODULE += hashes
|
||||||
USEMODULE += tinydtls_aes
|
USEMODULE += tinydtls_aes
|
||||||
USEMODULE += tinydtls_ecc
|
USEMODULE += tinydtls_ecc
|
||||||
endif
|
|
||||||
|
|
||||||
# TinyDTLS only has support for 32-bit architectures ATM
|
# TinyDTLS only has support for 32-bit architectures ATM
|
||||||
FEATURES_REQUIRED += arch_32bit
|
FEATURES_REQUIRED += arch_32bit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user