summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-01 16:04:18 -0400
committerGitHub <noreply@github.com>2020-05-01 16:04:18 -0400
commitce558d0870e8b8ceb626ee8a6f165e8be9869ede (patch)
treea002ab92671fdf9736179b9b1d818b6da9c398d2 /Makefile
parentdb2a8afd2f3c5e2a38083a3dc47d65e7848f0fd2 (diff)
parent527b257015fa32ac4007b1d7e9198ac37d8e1542 (diff)
Merge pull request #52 from red031000/master
remove include/nitro and shift everything to arm9/lib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3742291..6b777d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ OBJCOPY := $(CROSS)objcopy
# ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o
ASFLAGS = -proc arm5te
-CFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -ir include -ir include-mw
+CFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -ir include -ir include-mw -ir arm9/lib/include
LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start
####################### Other Tools #########################