summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index fac8607f79..71bd8d6029 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2282,6 +2282,26 @@ fi
2282 arm926ejscc 2282 arm926ejscc
2283 ;; 2283 ;;
2284 2284
2285 95|creativezenv)
2286 target_id=85
2287 modelname="creativezenv"
2288 target="CREATIVE_ZENV"
2289 memory=32
2290 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2291 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2292 tool="$rootdir/tools/scramble -add=zenv"
2293 output="rockbox.creative"
2294 bootoutput="bootloader-zenv.creative"
2295 appextra="radio:gui:recorder"
2296 plugins=""
2297 swcodec="yes"
2298 toolset=$scramblebitmaptools
2299 t_cpu="arm"
2300 t_manufacturer="imx233"
2301 t_model="creative-zen"
2302 arm926ejscc
2303 ;;
2304
2285 96|creativezenxfi) 2305 96|creativezenxfi)
2286 target_id=86 2306 target_id=86
2287 modelname="creativezenxfi" 2307 modelname="creativezenxfi"