1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_cryptoauthlib_compare_sha256/Makefile

14 lines
329 B
Makefile
Raw Normal View History

2022-02-25 17:17:44 +01:00
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
# Test fails to build for these boards fails due to
# redefinition of define AES_COUNT in library, which
# is also defined in efm32 header files
2020-10-02 20:43:00 +02:00
BOARD_BLACKLIST := stk3200 stk3600 stk3700
USEPKG += cryptoauthlib
USEMODULE += hashes
include $(RIOTBASE)/Makefile.include