mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
adcdb3601a
There's no need to load dependency modules if the package is used. This is already managed by the build system
10 lines
207 B
Makefile
10 lines
207 B
Makefile
USEMODULE += tinydtls
|
|
|
|
USEMODULE += memarray
|
|
USEMODULE += hashes
|
|
USEMODULE += tinydtls_aes
|
|
USEMODULE += tinydtls_ecc
|
|
|
|
# TinyDTLS only has support for 32-bit architectures ATM
|
|
FEATURES_REQUIRED += arch_32bit
|