mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
74a999abe4
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>
3 lines
116 B
Makefile
3 lines
116 B
Makefile
export INCLUDES += -I$(RIOTCPU)/mips32r2_common/include \
|
|
-I$(RIOTCPU)/mips_pic32_common/include
|