add a rule for baserom.gba
This commit is contained in:
parent
98ee41806e
commit
84d364819a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -168,3 +168,6 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS)
|
||||||
|
|
||||||
$(ROM): $(ELF)
|
$(ROM): $(ELF)
|
||||||
$(OBJCOPY) -O binary --gap-fill 0xFF --pad-to 0x9000000 $< $@
|
$(OBJCOPY) -O binary --gap-fill 0xFF --pad-to 0x9000000 $< $@
|
||||||
|
|
||||||
|
baserom.gba: ;
|
||||||
|
$(error baserom.gba is required to build)
|
||||||
|
|
Loading…
Reference in a new issue