Restore padding to ROM
This commit is contained in:
parent
3160cbb97d
commit
6b641beb83
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -502,7 +502,7 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) libagbsyscall
|
|||
|
||||
$(ROM): $(ELF)
|
||||
$(OBJCOPY) -O binary $< $@
|
||||
$(FIX) $@ --silent
|
||||
$(FIX) $@ -p --silent
|
||||
|
||||
agbcc: all
|
||||
|
||||
|
|
Loading…
Reference in a new issue