1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
2025-05-28 21:02:27 +02:00

13 lines
303 B
Makefile

include ../Makefile.core_common
USEMODULE += core_thread_flags
USEMODULE += core_thread_flags_group
ifneq (,$(filter native32 native64,$(BOARD)))
# test non-trivial membership array on native
CFLAGS += -DMAXTHREADS=64
CFLAGS += -DWAITER_THREADS_CNT=40
endif
include $(RIOTBASE)/Makefile.include