This website works better with JavaScript.
Explore
Help
Sign In
marc
/
RIOT
Watch
1
Star
0
Fork
You've already forked RIOT
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4bc77be282
master
pr/rotary
patch-1
pr/spi.typo
pr/gpio
cc430
dev/timer
2014.12
2014.05
2014.01
2013.08
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4bc77be282'
${ noResults }
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>
7 years ago
export
INCLUDES
+=
-I
$(
RIOTCPU
)
/mips32r2_common/include
\
-I
$(
RIOTCPU
)
/mips_pic32_common/include