projects
/
n64chain.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update toolchain to use GCC 8.1.
[n64chain.git]
/
libn64
/
Makefile
diff --git
a/libn64/Makefile
b/libn64/Makefile
index
1b181c6
..
2b2a530
100644
(file)
--- a/
libn64/Makefile
+++ b/
libn64/Makefile
@@
-40,7
+40,9
@@
ASMFILES = $(call FIXPATH,\
CFILES = $(call FIXPATH,\
io/init.c \
+ io/filesystem.c \
io/pi_thread.c \
+ io/si_thread.c \
os/fbtext.c \
os/main.c \
os/mm.c \
@@
-49,6
+51,7
@@
CFILES = $(call FIXPATH,\
os/time.c \
rcp/vi.c \
sp/init.c \
+ sp/sp_thread.c \
)
UCODES = $(call FIXPATH,\