Unpadded ROM size.
This commit is contained in:
parent
eb55f6bd0a
commit
a2c8ab6a09
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -323,7 +323,7 @@ LD_SCRIPT := ld_script.txt
|
|||
LD_SCRIPT_DEPS := $(OBJ_DIR)/sym_bss.ld $(OBJ_DIR)/sym_common.ld $(OBJ_DIR)/sym_ewram.ld
|
||||
else
|
||||
LD_SCRIPT := ld_script_modern.txt
|
||||
LD_SCRIPT_DEPS :=
|
||||
LD_SCRIPT_DEPS :=
|
||||
endif
|
||||
|
||||
$(OBJ_DIR)/ld_script.ld: $(LD_SCRIPT) $(LD_SCRIPT_DEPS)
|
||||
|
@ -335,7 +335,7 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) berry_fix libagbsyscall
|
|||
|
||||
$(ROM): $(ELF)
|
||||
$(OBJCOPY) -O binary $< $@
|
||||
$(FIX) $@ -p --silent
|
||||
$(FIX) $@ --silent
|
||||
|
||||
modern: ; @$(MAKE) MODERN=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue