1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
RIOT/pkg/tinydtls/Makefile.dep
2019-10-30 14:11:59 +01:00

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