Final fixes before dump

This commit is contained in:
Diegoisawesome
2017-10-26 18:03:19 -05:00
parent 118b29ed03
commit 7827feaa2f
3 changed files with 13 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp
CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef
LD := $(DEVKITARM)/bin/arm-none-eabi-ld
LDFLAGS = -Map $(MAP)
LDFLAGS = -Map ../../$(MAP)
OBJCOPY := $(DEVKITARM)/bin/arm-none-eabi-objcopy