mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
13 lines
303 B
Makefile
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
|