mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 18:52:45 +01:00
9 lines
143 B
Makefile
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
|