summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index b23d40ed50..36c74105a3 100755
--- a/tools/configure
+++ b/tools/configure
@@ -815,6 +815,7 @@ cat <<EOF
815 140) YH-820 150) Elio TPJ-1022 ==Lyre project== 815 140) YH-820 150) Elio TPJ-1022 ==Lyre project==
816 141) YH-920 130) Lyre proto 1 816 141) YH-920 130) Lyre proto 1
817 142) YH-925 817 142) YH-925
818 143) YP-S3
818EOF 819EOF
819 820
820 buildfor=`input`; 821 buildfor=`input`;
@@ -2275,6 +2276,29 @@ fi
2275 t_model="yh925" 2276 t_model="yh925"
2276 ;; 2277 ;;
2277 2278
2279 143|yps3)
2280 target_id=60
2281 modelname="yps3"
2282 target="-DSAMSUNG_YPS3"
2283 memory=16 # always
2284 arm940tbecc
2285 tool="cp"
2286 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2287 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2288 output="rockbox.yps3"
2289 appextra="recorder:gui"
2290 plugins="no" #FIXME
2291 swcodec="yes"
2292 toolset=$genericbitmaptools
2293 boottool="cp"
2294 bootoutput="rockboot.ebn"
2295 # architecture, manufacturer and model for the target-tree build
2296 t_cpu="arm"
2297 t_manufacturer="s5l8700"
2298 t_model="yps3"
2299 ;;
2300
2301
2278 *) 2302 *)
2279 echo "Please select a supported target platform!" 2303 echo "Please select a supported target platform!"
2280 exit 7 2304 exit 7