From f35e300304388c30fdeb6493ec5e5e5bd52e3aab Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 28 Feb 2012 23:36:13 +0100 Subject: scramble: add RKW firmware file format encoder Change-Id: I8057d6186724c3e8a319a262f45c12da7afb722e --- tools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index da0d3df..2b4b1ae 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,10 +18,10 @@ all: scramble descramble sh2d rdf2binary mkboot mkzenboot convbdf codepages \ uclpack rbspeexenc voicefont mk500boot scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o \ - iaudio_bl_flash.o creative.o hmac-sha1.o + iaudio_bl_flash.o creative.o hmac-sha1.o rkw.o descramble: descramble.o iriver.o gigabeat.o scramble.o: scramble.c iriver.h mi4.h gigabeat.h telechips.h iaudio_bl_flash.h \ - creative.h + creative.h rkw.h descramble.o: descramble.c iriver.h gigabeat.h creative.o: creative.c creative.h @@ -31,6 +31,7 @@ gigabeat.o: gigabeat.c gigabeat.h gigabeats.o: gigabeats.c gigabeats.h mi4.o: mi4.c mi4.h telechips.o: telechips.c telechips.h +rkw.o: rkw.c rkw.h iaudio_bl_flash.o: iaudio_bl_flash.c iaudio_bl_flash.h iaudio_bl_flash.c iaudio_bl_flash.h: iaudio_bl_flash.bmp bmp2rb $(SILENT)./bmp2rb -f 7 -h . $< >iaudio_bl_flash.c -- cgit v1.1