Specific support for the pic32mx470f512h device is added along with code common to all pic32mx devices.
9 lines
174 B
Makefile
9 lines
174 B
Makefile
MODULE = cpu
|
|
|
|
USEMODULE += mips_pic32_common
|
|
USEMODULE += mips32r2_common
|
|
|
|
DIRS += $(RIOTCPU)/mips_pic32_common $(RIOTCPU)/mips32r2_common
|
|
|
|
include $(RIOTBASE)/Makefile.base
|