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

11 lines
199 B
Makefile

APPLICATION = pkg_micro-ecc-with-hwrng
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_hwrng
USEPKG += micro-ecc
CFLAGS += -DFEATURE_PERIPH_HWRNG
include $(RIOTBASE)/Makefile.include