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.
8 lines
200 B
Makefile
8 lines
200 B
Makefile
# depends on mips32r2_common
|
|
USEMODULE += mips32r2_common
|
|
|
|
export MIPS32R2_COMMON = $(RIOTCPU)/mips32r2_common/
|
|
|
|
export INCLUDES = $(MIPS32R2_COMMON)include
|
|
include $(MIPS32R2_COMMON)Makefile.include
|