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