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
91d930c574
RIOT
/
cpu
/
mips32r2_common
/
Makefile
5 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
cpu: mips32r2_common: Add make infrastructure for mips.
2017-02-09 13:16:55 +01:00
MODULE
=
cpu
cpu/mips: Integrate better with RIOT newlib layer - Copied the relevant parts of mipshal.mk from the toolchain - Cleaned up CFLAGS and more in Makefile.include - Added empty syscalls implementation which can be used to interface with the UHI system - Added a note on why -std=gnu99 is necessary for this CPU presently
2017-02-22 16:07:58 +01:00
DIRS
=
periph newlib_syscalls_mips_uhi
cpu: mips32r2_common: Add make infrastructure for mips.
2017-02-09 13:16:55 +01:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink