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