use elf2dol instead of embedded header

This commit is contained in:
Dave Murphy
2008-11-27 11:36:49 +00:00
parent 9194e1619c
commit 4fa993263c
4 changed files with 36 additions and 231 deletions

View File

@@ -11,7 +11,7 @@ MACHDEP = -DGEKKO -mogc -mcpu=750 -meabi -mhard-float
%.dol: %.elf
@echo output ... $(notdir $@)
@$(OBJCOPY) -O binary $< $@
@elf2dol $< $@
#---------------------------------------------------------------------------------
%.elf: