mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 01:11:21 +01:00
11 lines
220 B
Makefile
11 lines
220 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
TEST_ON_CI_WHITELIST += native32 native64
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\)
|
|
|
|
USEPKG += tweetnacl
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|