From 530f31dbe9fe404d41fd21867c8ed9cec1addd96 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 30 Aug 2006 23:17:04 +0000 Subject: Add generation of .mi4 files - the generic PortalPlayer firmware format used by the iriver H10, Sansa E200 etc. Based on the documentation available at http://daniel.haxx.se/sansa/mi4.html and examination of files produced by mkmi4.sh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10816 a1c6a512-1295-4272-9138-f99709370657 --- tools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 68fcd4b..53b1200 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -10,17 +10,18 @@ CFLAGS := -O -ansi -g LDFLAGS := -g CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ - generate_rocklatin mkboot ipod_fw codepages uclpack + generate_rocklatin mkboot ipod_fw codepages uclpack mi4 all: @echo "Run make in your build directory!" -scramble: scramble.o iriver.o +scramble: scramble.o iriver.o mi4.o descramble: descramble.o iriver.o scramble.o: scramble.c iriver.h descramble.o: descramble.c iriver.h iriver.o: iriver.c iriver.h +mi4.o: mi4.c mi4.h sh2d: sh2d.c -- cgit v1.1