mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
e40214f221
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
11 lines
307 B
Makefile
11 lines
307 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# required for Monocypher (as described in the package documentation)
|
|
CFLAGS += "-DTHREAD_STACKSIZE_MAIN=(4096 + THREAD_STACKSIZE_DEFAULT + THREAD_EXTRA_STACKSIZE_PRINTF)"
|
|
|
|
USEMODULE += embunit
|
|
USEMODULE += random
|
|
USEPKG += monocypher
|
|
|
|
include $(RIOTBASE)/Makefile.include
|