Blame view

RIOT/cpu/msp430fxyz/Makefile 131 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
  MODULE =cpu
  
  include $(RIOTCPU)/$(CPU)/Makefile.include
  
  DIRS = $(RIOTCPU)/msp430-common periph
  
  include $(RIOTBASE)/Makefile.base