Blame view

RIOT/cpu/mips_pic32mz/Makefile 174 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  MODULE = cpu
  
  USEMODULE += mips_pic32_common
  USEMODULE += mips32r2_common
  
  DIRS += $(RIOTCPU)/mips_pic32_common $(RIOTCPU)/mips32r2_common
  
  include $(RIOTBASE)/Makefile.base