This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
9 lines
193 B
Makefile
9 lines
193 B
Makefile
include ../Makefile.tests_common
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\)
|
|
USEPKG += hacl
|
|
USEMODULE += random
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|