This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
bb82789644
RIOT
/
cpu
/
mips_pic32_common
/
Makefile.include
3 lines
116 B
Makefile
Raw
Normal View
History
Unescape
Escape
cpu: mips: Fix missing include for pic32mx and pic32mz 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>
2017-03-30 16:47:51 +02:00
export
INCLUDES
+=
-I
$(
RIOTCPU
)
/mips32r2_common/include
\
-I
$(
RIOTCPU
)
/mips_pic32_common/include
Copy Permalink