1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/psa_crypto_mac/Makefile
2024-04-17 14:13:14 +02:00

14 lines
239 B
Makefile

include ../Makefile.sys_common
USEMODULE += ztimer
USEMODULE += ztimer_usec
USEMODULE += psa_crypto
USEMODULE += psa_mac
USEMODULE += psa_mac_hmac_sha_256
CFLAGS += -DCONFIG_PSA_SINGLE_KEY_COUNT=1
include $(RIOTBASE)/Makefile.include