summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure27
1 files changed, 25 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 3d1aad7667..31ea290e4c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1290,8 +1290,8 @@ cat <<EOF
1290 200) SDL 170) HD200 130) Lyre proto 1 1290 200) SDL 170) HD200 130) Lyre proto 1
1291 201) Android 171) HD300 131) Mini2440 1291 201) Android 171) HD300 131) Mini2440
1292 202) Nokia N8xx 1292 202) Nokia N8xx
1293 203) Nokia N900 ==ROCKCHIP== 1293 203) Nokia N900 ==ROCKCHIP== ==HiFiMAN==
1294 204) Pandora 180) rk27xx generic 1294 204) Pandora 180) rk27xx generic 190) HM-60x
1295 1295
1296EOF 1296EOF
1297 1297
@@ -3031,6 +3031,29 @@ fi
3031 t_model="rk27generic" 3031 t_model="rk27generic"
3032 ;; 3032 ;;
3033 3033
3034 190|hifimanhm60x)
3035 target_id=79
3036 modelname="hifimanhm60x"
3037 target="-DHM60X"
3038 memory=16
3039 arm7ejscc
3040 tool="$rootdir/tools/scramble -add=rk27"
3041 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3042 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3043 output="rockbox.rk27"
3044 bootoutput="bootloader.rk27"
3045 appextra="recorder:gui"
3046 plugins="yes"
3047 swcodec="yes"
3048 # toolset is the tools within the tools directory that we build for
3049 # this particular target.
3050 toolset="$genericbitmaptools"
3051 # architecture, manufacturer and model for the target-tree build
3052 t_cpu="arm"
3053 t_manufacturer="rk27xx"
3054 t_model="hm60x"
3055 ;;
3056
3034 200|sdlapp) 3057 200|sdlapp)
3035 application="yes" 3058 application="yes"
3036 target_id=73 3059 target_id=73