mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14ec5237a1
- 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
5 lines
87 B
Makefile
5 lines
87 B
Makefile
MODULE = cpu
|
|
DIRS = periph newlib_syscalls_mips_uhi
|
|
|
|
include $(RIOTBASE)/Makefile.base
|