mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(4*THREAD_STACKSIZE_DEFAULT\)
|
|
|
|
USEPKG += qdsa
|
|
USEMODULE += random
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|