RIOT/pkg/wolfssl/Makefile.wolfcrypt-benchmark
2019-09-09 18:48:53 +02:00

9 lines
143 B
Makefile

MODULE = wolfcrypt-benchmark
NO_AUTO_SRC = 1
#Add to enable wolfcrypt crypto benchmark
SRC += benchmark.c
include $(RIOTBASE)/Makefile.base