From adaae249ef397a65d7d77c378e2050f0d61144a7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Jan 2005 09:01:48 +0000 Subject: iRiver scramble and descramble code from Dave Cooper git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5649 a1c6a512-1295-4272-9138-f99709370657 --- tools/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 43218d99f6..8e82d0f8ee 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,9 +13,12 @@ TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin all: $(TARGETS) @echo "tools done" -scramble: scramble.c +scramble: scramble.o iriver.o +descramble: descramble.o iriver.o -descramble: descramble.c +scramble.o: scramble.c iriver.h +descramble.o: descramble.c iriver.h +iriver.o: iriver.c iriver.h sh2d: sh2d.c -- cgit v1.2.3