Blame view

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