diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 15:43:46 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 15:43:46 -0400 |
commit | 3e723988b8596fe450a5f3dd3f43a55d9a13cff5 (patch) | |
tree | 2b66073d9879dc22d2208bb6c4ec1343a5f27f1f /arm9/Makefile | |
parent | 5928e2511db179bdc809f252a3b7fcd7798726db (diff) |
Match LoadOverlayNoInitAsync
Diffstat (limited to 'arm9/Makefile')
-rw-r--r-- | arm9/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index 0e545de6..797e6987 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -91,13 +91,13 @@ OBJCOPY := $(CROSS)objcopy # ./tools/mwccarm/2.0/base/mwasmarm.exe -proc arm5te asm/arm9_thumb.s -o arm9.o ASFLAGS = -proc arm5te -i .. -CFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -ir ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT +CFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -ir ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start ####################### Other Tools ######################### # DS TOOLS -SHA1SUM = sha1sum +SHA1SUM = sha1sum --quiet JSONPROC = $(TOOLS_DIR)/jsonproc/jsonproc$(EXE) GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx$(EXE) SCANINC = $(TOOLS_DIR)/scaninc/scaninc$(EXE) @@ -151,7 +151,6 @@ ALL_DIRS := $(BUILD_DIR) $(addprefix $(BUILD_DIR)/,$(SRC_DIRS) $(ASM_DIRS)) # TODO: Move out to lib/Makefile build/lib/src/%.o: MWCCVERSION = 1.2/sp2p3 -build/lib/src/%.o: CFLAGS += -enum int build/src/FUN_020910A4.o: MWCCVERSION = 1.2/sp2p3 ####################### Everything Else ###################### |