summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-12 00:35:50 +0000
committerDave Chapman <dave@dchapman.com>2006-01-12 00:35:50 +0000
commitd83e929f3fc369a5981e1e40e1c5307169a46cfc (patch)
treeac323ca5811374a030a1b65bb77fc7ccc163db04 /tools/configure
parent8d130684214d23a9163810d1dacc33d108f2338a (diff)
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 68d2481922..f8fea6e76c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -425,6 +425,7 @@ appsdir='\$(ROOTDIR)/apps'
echo "13 - iPod Color/Photo"
echo "14 - iPod Nano"
echo "15 - iPod Video"
+ echo "16 - iriver iFP-790"
getit=`input`;
@@ -691,6 +692,20 @@ appsdir='\$(ROOTDIR)/apps'
toolset=$ipodbitmaptools
;;
+ 16)
+ archos="ifp7xx"
+ target="-DIRIVER_IFP7XX"
+ memory=1
+ arm7tdmicc
+ tool="cp"
+ output="rockbox.wma"
+ appextra="recorder:gui"
+ archosrom=""
+ flash=""
+ plugins="yes"
+ codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
+ ;;
+
*)
echo "Please select an actual target platform!"
exit