summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure31
1 files changed, 28 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 2db57ef1ef..02f014d519 100755
--- a/tools/configure
+++ b/tools/configure
@@ -677,8 +677,9 @@ cat <<EOF
677 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 677 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
678 71) M:Robe 100 678 71) M:Robe 100
679 ==Creative== 679 ==Creative==
680 90) Zen Vision:M 680 90) Zen Vision:M 30GB
681 91) Zen Vision 681 91) Zen Vision:M 60GB
682 92) Zen Vision
682 683
683EOF 684EOF
684 685
@@ -1476,7 +1477,31 @@ fi
1476 t_model="creative-zvm" 1477 t_model="creative-zvm"
1477 ;; 1478 ;;
1478 1479
1479 91|creativezenvision) 1480 91|creativezvm60gb)
1481 target_id=40
1482 modelname="creativezvm"
1483 target="-DCREATIVE_ZVM -DZVM_60GB"
1484 memory=64
1485 arm926ejscc
1486 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1487 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1488 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
1489 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
1490 tool="$rootdir/tools/scramble -creative=zvm60"
1491 output="rockbox.zvm60"
1492 appextra="recorder:gui"
1493 plugins=""
1494 swcodec="yes"
1495 toolset=$ipodbitmaptools
1496 boottool="$rootdir/tools/scramble -creative=zvm60"
1497 bootoutput="rockbox.zvm60boot"
1498 # architecture, manufacturer and model for the target-tree build
1499 t_cpu="arm"
1500 t_manufacturer="tms320dm320"
1501 t_model="creative-zvm"
1502 ;;
1503
1504 92|creativezenvision)
1480 target_id=39 1505 target_id=39
1481 modelname="creativezm" 1506 modelname="creativezm"
1482 target="-DCREATIVE_ZVM -DZEN_VISION" 1507 target="-DCREATIVE_ZVM -DZEN_VISION"