summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 5b84f8774e..42cd2f8b07 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1292,6 +1292,7 @@ cat <<EOF
1292 202) Nokia N8xx 1292 202) Nokia N8xx
1293 203) Nokia N900 ==ROCKCHIP== ==HiFiMAN== 1293 203) Nokia N900 ==ROCKCHIP== ==HiFiMAN==
1294 204) Pandora 180) rk27xx generic 190) HM-60x 1294 204) Pandora 180) rk27xx generic 190) HM-60x
1295 191) HM-801
1295 1296
1296EOF 1297EOF
1297 1298
@@ -3054,6 +3055,29 @@ fi
3054 t_model="hm60x" 3055 t_model="hm60x"
3055 ;; 3056 ;;
3056 3057
3058 191|hifimanhm801)
3059 target_id=80
3060 modelname="hifimanhm801"
3061 target="-DHM801"
3062 memory=16
3063 arm7ejscc
3064 tool="$rootdir/tools/scramble -add=rk27"
3065 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3066 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
3067 output="rockbox.rk27"
3068 bootoutput="bootloader.rk27"
3069 appextra="recorder:gui"
3070 plugins="yes"
3071 swcodec="yes"
3072 # toolset is the tools within the tools directory that we build for
3073 # this particular target.
3074 toolset="$genericbitmaptools"
3075 # architecture, manufacturer and model for the target-tree build
3076 t_cpu="arm"
3077 t_manufacturer="rk27xx"
3078 t_model="hm801"
3079 ;;
3080
3057 200|sdlapp) 3081 200|sdlapp)
3058 application="yes" 3082 application="yes"
3059 target_id=73 3083 target_id=73