Blame view

RIOT/boards/calliope-mini/Makefile 109 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  MODULE = board
  
  ifneq (,$(filter mini,$(USEMODULE)))
    DIRS += mini
  endif
  
  include $(RIOTBASE)/Makefile.base