mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
241087fd76
specific support for the pic32mz2046efg100 is added along with code common to all pic32 devices and all pic32mz 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
|