mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 19:43:52 +01:00
Compilation for pic32mx and pic32mz did not include the path to cpu/mips_pic32_common/include. Also, cpu/mips_pic32_common/Makefile.include was never parsed. It was found that mips32r2_common and mips_pic32_common are both defining similar parameters for linkers which cause issues if both Makefile.include get parsed. Signed-off-by: Francois Berder <francois.berder@imgtec.com>