mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
ipodpatcher: replace ipod2c with bin2c.
Change-Id: I3b339e05c9a5f4a8a60bd7581ec402b4784542e2
This commit is contained in:
parent
308f099874
commit
8a3824f36a
2 changed files with 6 additions and 151 deletions
|
|
@ -45,14 +45,11 @@ include ../libtools.make
|
|||
$(OBJDIR)ipodpatcher-rc.o: ipodpatcher.rc ipodpatcher.manifest
|
||||
$(CROSS)$(WINDRES) -i ipodpatcher.rc -o ipodpatcher-rc.o
|
||||
|
||||
ipod2c: ipod2c.c
|
||||
$(NATIVECC) $(CFLAGS) -o ipod2c ipod2c.c
|
||||
%.c: bootloader-%.ipod $(BIN2C)
|
||||
@echo BIN2C $<
|
||||
$(SILENT)$(BIN2C) -i $< $*
|
||||
|
||||
%.c: bootloader-%.ipod ipod2c
|
||||
@echo IPOD2C $<
|
||||
$(SILENT)./ipod2c $< $*
|
||||
|
||||
%.c: bootloader-%.ipodx ipod2c
|
||||
@echo IPOD2C $<
|
||||
$(SILENT)./ipod2c $< $*
|
||||
%.c: bootloader-%.ipodx $(BIN2C)
|
||||
@echo BIN2C $<
|
||||
$(SILENT)$(BIN2C) -i $< $*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue