From 5592e37c632efb5a91685aadc9896a800f5f77af Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 11 Nov 2005 17:58:05 +0000 Subject: Import make_fw.c iPod firmware manipulation utility from the ipodlinux project. Renamed it to ipod_fw.c for use in Rockbox. This is an exact copy of the current CVS version from the ipodlinux project. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7813 a1c6a512-1295-4272-9138-f99709370657 --- tools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index faea49c..1a01f0a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ CFLAGS := -O -ansi -g LDFLAGS := -g -TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot +TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot ipod_fw all: $(TARGETS) @echo "tools done" @@ -34,6 +34,9 @@ rdf2binary: rdf2binary.c mkboot: mkboot.c $(CC) -g $+ -o $@ +ipod_fw: ipod_fw.c + $(CC) -g $+ -o $@ + convbdf: convbdf.c $(CC) -g $+ -o $@ -- cgit v1.1