diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2012-02-28 23:36:13 +0100 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2012-03-04 00:33:41 +0100 |
| commit | f35e300304388c30fdeb6493ec5e5e5bd52e3aab (patch) | |
| tree | db0bfba04e30c59dea9b94c902541c86e494dc3c /tools/Makefile | |
| parent | 1c565c9c3b5005ca1f1708040718e35a0cf69e88 (diff) | |
| download | rockbox-f35e300304388c30fdeb6493ec5e5e5bd52e3aab.zip rockbox-f35e300304388c30fdeb6493ec5e5e5bd52e3aab.tar.gz rockbox-f35e300304388c30fdeb6493ec5e5e5bd52e3aab.tar.bz2 rockbox-f35e300304388c30fdeb6493ec5e5e5bd52e3aab.tar.xz | |
scramble: add RKW firmware file format encoder
Change-Id: I8057d6186724c3e8a319a262f45c12da7afb722e
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |