Blame view

RIOT/cpu/msp430fxyz/Makefile 131 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  MODULE =cpu
  
  include $(RIOTCPU)/$(CPU)/Makefile.include
  
  DIRS = $(RIOTCPU)/msp430_common periph
  
  include $(RIOTBASE)/Makefile.base