summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure28
1 files changed, 26 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 61c2618a98..a928e3060c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -618,8 +618,8 @@ cat <<EOF
618 31) M5/M5L 51) Sansa e200R 618 31) M5/M5L 51) Sansa e200R
619 52) Sansa c200 619 52) Sansa c200
620 620
621 ==Tatung== 621 ==Tatung== ==Olympus==
622 60) Elio TPJ-1022 622 60) Elio TPJ-1022 70) M:Robe 500
623EOF 623EOF
624 624
625 buildfor=`input`; 625 buildfor=`input`;
@@ -1257,6 +1257,30 @@ EOF
1257 t_model="gigabeat-fx" 1257 t_model="gigabeat-fx"
1258 ;; 1258 ;;
1259 1259
1260 70|mrobe500)
1261 target_id=20
1262 archos="mrobe500"
1263 target="-DMROBE_500"
1264 memory=64 # always
1265 arm9tdmicc
1266 tool="$rootdir/tools/scramble -add=giga"
1267 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1268 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1269 output="rockbox.mrobe500"
1270 appextra="recorder:gui"
1271 archosrom=""
1272 flash=""
1273 plugins="no"
1274 swcodec="yes"
1275 toolset=$gigabeatbitmaptools
1276 boottool="cp "
1277 bootoutput="rockbox.mrboot"
1278 # architecture, manufacturer and model for the target-tree build
1279 t_cpu="arm"
1280 t_manufacturer="olympus"
1281 t_model="mrobe-500"
1282 ;;
1283
1260 50|e200) 1284 50|e200)
1261 target_id=23 1285 target_id=23
1262 archos="e200" 1286 archos="e200"