1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/Makefile

8 lines
219 B
Makefile
Raw Normal View History

2017-03-22 15:01:45 +01:00
# exclude submodule sources from *.c wildcard source selection
SRC := $(filter-out mbox.c msg.c msg_bus.c thread.c thread_flags.c,$(wildcard *.c))
2017-03-22 15:01:45 +01:00
# enable submodules
SUBMODULES := 1
include $(RIOTBASE)/Makefile.base