1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
RIOT/core/Makefile
2025-05-28 21:02:27 +02:00

11 lines
328 B
Makefile

# exclude submodule sources from *.c wildcard source selection
SRC := $(filter-out mbox.c msg.c msg_bus.c thread.c thread_flags.c thread_flags_group.c,$(wildcard *.c))
# enable submodules
SUBMODULES := 1
# this module is expected to pass static analysis
MODULE_SUPPORTS_STATIC_ANALYSIS := 1
include $(RIOTBASE)/Makefile.base