Blame view

RIOT/core/Makefile 200 Bytes
a752c7ab   elopes   add first test an...
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