1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/sys/psa_crypto_cipher/Makefile

14 lines
244 B
Makefile
Raw Normal View History

include ../Makefile.sys_common
USEMODULE += ztimer
USEMODULE += ztimer_usec
USEMODULE += psa_crypto
USEMODULE += psa_cipher
USEMODULE += psa_cipher_aes_128_cbc
2024-04-03 18:59:37 +02:00
CFLAGS += -DCONFIG_PSA_SINGLE_KEY_COUNT=1
include $(RIOTBASE)/Makefile.include