From 944c33403ca92d34d38e82a5778a456a2b5c3e01 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 27 Aug 2008 20:32:12 +0000 Subject: * Commit dual-boot support for Creative ZVx family * Add mkzenboot: makes it possible to integrate Rockbox bootloader with Creative firmwares without the need of distributing binaries * Add Tadeusz Pyś to credits, who figured out the minifs file system * Fix bootloader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657 --- tools/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index f2497291d9..2e3f1e0fc1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,7 +13,7 @@ LDFLAGS := -g CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \ - lngdump telechips gigabeats creative hmac-sha1 mktccboot mknkboot rbspeexenc + lngdump telechips gigabeats creative hmac-sha1 mktccboot mknkboot rbspeexenc mkzenboot all: @echo "Run make in your build directory!" @@ -51,6 +51,12 @@ mktccboot: mktccboot.c telechips.o mknkboot: mknkboot.c $(SILENT)$(CC) $(CFLAGS) $+ -o $@ +mkzenboot.o: mkzenboot.c + $(SILENT)$(CC) $(CFLAGS) -DSTANDALONE -c -o $@ $+ + +mkzenboot: mkzenboot.o hmac-sha1.o + $(SILENT)$(CC) $(LDFLAGS) -lz $+ -o $@ + lngdump: lngdump.c $(SILENT)$(CC) $(CFLAGS) $+ -o $@ -- cgit v1.2.3