Makefile 200 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 # 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