You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# exclude submodule sources from *.c wildcard source selection
|
|
SRC := $(filter-out mbox.c msg.c thread_flags.c,$(wildcard *.c))
|
|
|
|
# enable submodules
|
|
SUBMODULES := 1
|
|
|
|
include $(RIOTBASE)/Makefile.base
|