mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
308 B
Makefile
14 lines
308 B
Makefile
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
|