From bb0c7751f02842b873e3bc43d4cffe3f85146431 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Fri, 15 Jul 2005 16:37:50 +0000 Subject: iAudio: first version of a tool to update fw checksum git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7156 a1c6a512-1295-4272-9138-f99709370657 --- tools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 16a690d..faea49c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,17 +9,19 @@ CFLAGS := -O -ansi -g LDFLAGS := -g -TARGETS := scramble descramble sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot +TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot all: $(TARGETS) @echo "tools done" scramble: scramble.o iriver.o descramble: descramble.o iriver.o +iaudio: iaudio.o scramble.o: scramble.c iriver.h descramble.o: descramble.c iriver.h iriver.o: iriver.c iriver.h +iaudio.o: iaudio.c sh2d: sh2d.c -- cgit v1.1