summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 0f897836c9..dfe84a9e93 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1340,6 +1340,7 @@ cat <<EOF
1340 205) Samsung YP-R0 1340 205) Samsung YP-R0
1341 206) Android MIPS 1341 206) Android MIPS
1342 207) Android x86 1342 207) Android x86
1343 208) Samsung YP-R1
1343 1344
1344==IHIFI== 1345==IHIFI==
1345 230) 760 1346 230) 760
@@ -3545,6 +3546,30 @@ fi
3545 t_model="app" 3546 t_model="app"
3546 ;; 3547 ;;
3547 3548
3549 208|samsungypr1)
3550 application="yes"
3551 target_id=93
3552 modelname="samsungypr1"
3553 target="SAMSUNG_YPR1"
3554 memory=32
3555 uname=`uname`
3556 # Linux environment and CPU are the same as for R0, use the same gcc options
3557 ypr0cc
3558 tool="cp "
3559 boottool="cp "
3560 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3561 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3562 output="rockbox"
3563 bootoutput="rockbox"
3564 appextra="recorder:gui:radio"
3565 plugins="yes"
3566 swcodec="yes"
3567 # architecture, manufacturer and model for the target-tree build
3568 t_cpu="hosted"
3569 t_manufacturer="samsungypr"
3570 t_model="ypr1"
3571 ;;
3572
3548 210|hifietma9) 3573 210|hifietma9)
3549 target_id=83 3574 target_id=83
3550 modelname="hifietma9" 3575 modelname="hifietma9"