mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
289 B
Makefile
13 lines
289 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# Ensure there is enough stack space
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
|
|
|
CFLAGS+=-DNO_ED25519_SIGN -DNO_ED25519_KEY_EXPORT
|
|
|
|
USEPKG +=wolfssl
|
|
USEMODULE += wolfcrypt
|
|
USEMODULE += wolfcrypt_ed25519
|
|
|
|
include $(RIOTBASE)/Makefile.include
|