diff options
author | red031000 <rubenru09@aol.com> | 2020-05-01 20:10:48 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-01 20:41:06 +0100 |
commit | 7b3404b932a8fadddb44774407b22127b0f02115 (patch) | |
tree | 4240cf018c751308bbcbab818328e7947a0fc589 /arm7 | |
parent | db2a8afd2f3c5e2a38083a3dc47d65e7848f0fd2 (diff) |
remove include/nitro and shift everything to arm9/lib
Diffstat (limited to 'arm7')
-rw-r--r-- | arm7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/Makefile b/arm7/Makefile index 6be0f66a..c2a518a5 100644 --- a/arm7/Makefile +++ b/arm7/Makefile @@ -83,7 +83,7 @@ OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm7_thumb.s -o arm7.o ASFLAGS = -proc arm4t -i .. -CFLAGS = -O4,p -proc v4t -fp soft -lang c99 -Cpp_exceptions off -ir ../include -ir ../include-mw +CFLAGS = -O4,p -proc v4t -fp soft -lang c99 -Cpp_exceptions off -ir ../include -ir ../include-mw -ir ../arm9/lib/include # temporary fix while arm7 libos hasn't been decomped LDFLAGS = -map -nodead -w off -proc v4t -interworking -map -symtab -m _start ####################### Other Tools ######################### |