mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e30aed3bc6
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
|