Unpadded ROM size.
This commit is contained in:
parent
eb55f6bd0a
commit
a2c8ab6a09
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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