mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
3a1a08fc4a
This is now automatically managed by the arch 16bit feature blacklist at pkg dependencies level
10 lines
194 B
Makefile
10 lines
194 B
Makefile
include ../Makefile.tests_common
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(4*THREAD_STACKSIZE_DEFAULT\)
|
|
|
|
USEPKG += qDSA
|
|
USEMODULE += random
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|