diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-05 00:08:29 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-05 00:08:29 +0000 |
commit | 64bdc708a49a0bba9ab879cc2b517e9d6d2ccdd7 (patch) | |
tree | 2c43f7c7466a313f74c211ad0fb463e06110d12c /tools | |
parent | dd8cb8a2c12a538e935d508e77794753f5f11276 (diff) |
Build the correct set of tools for the iaudio x5, and use a dummy scrambler for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8570 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 252612176d..194575ad8d 100755 --- a/tools/configure +++ b/tools/configure @@ -457,6 +457,7 @@ appsdir='\$(ROOTDIR)/apps' # Toolsets for some target families: archosbitmaptools="$toolset scramble descramble sh2d uclpack bmp2rb codepages" iriverbitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" + iaudiobitmaptools="$toolset scramble descramble mkboot bmp2rb codepages" ipodbitmaptools="$toolset scramble ipod_fw bmp2rb codepages" ifpbitmaptools="$toolset bmp2rb codepages" @@ -678,7 +679,7 @@ appsdir='\$(ROOTDIR)/apps' target="-DIAUDIO_X5" memory=32 # always coldfirecc - tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed + tool="$rootdir/tools/scramble -add=h120" # wrong, must be fixed bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" @@ -691,7 +692,7 @@ appsdir='\$(ROOTDIR)/apps' codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a" # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset iaudio bmp2rb codepages" + toolset="$iaudiobitmaptools" ;; 13) |