From d83e929f3fc369a5981e1e40e1c5307169a46cfc Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 12 Jan 2006 00:35:50 +0000 Subject: 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 --- tools/configure | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/configure') 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 -- cgit v1.2.3