1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 00:33:16 +01:00
RIOT/tests/sys_crypto_aes_ccm/Makefile

11 lines
204 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
USEMODULE += embunit
USEMODULE += cipher_modes
USEMODULE += crypto_aes_128
USEMODULE += crypto_aes_192
USEMODULE += crypto_aes_256
include $(RIOTBASE)/Makefile.include