summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-27 02:16:32 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-27 02:16:32 +0000
commit0e6dd7efcd21d48665b5a799fe081a75cdcb960f (patch)
tree9c0db844416a114adebb725f6172e38009b317f8 /tools
parente43f56b58d8540492d83b44abfdf4c758b0e74bf (diff)
downloadrockbox-0e6dd7efcd21d48665b5a799fe081a75cdcb960f.tar.gz
rockbox-0e6dd7efcd21d48665b5a799fe081a75cdcb960f.zip
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11612 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 4d82948f5f..4c53612ede 100755
--- a/tools/configure
+++ b/tools/configure
@@ -640,6 +640,9 @@ EOF
# firmware/Makefile assumes it is present always, and 2) we will need it when we
# build the player simulator
+ t_cpu="sh"
+ t_manufacturer="archos"
+ t_model="player"
;;
1|recorder)
@@ -659,6 +662,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$archosbitmaptools
+ t_cpu="sh"
+ t_manufacturer="archos"
+ t_model="recorder"
;;
2|fmrecorder)
@@ -678,6 +684,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$archosbitmaptools
+ t_cpu="sh"
+ t_manufacturer="archos"
+ t_model="fm_v2"
;;
3|recorderv2)
@@ -697,6 +706,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$archosbitmaptools
+ t_cpu="sh"
+ t_manufacturer="archos"
+ t_model="fm_v2"
;;
4|ondiosp)
@@ -716,6 +728,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$archosbitmaptools
+ t_cpu="sh"
+ t_manufacturer="archos"
+ t_model="ondio"
;;
5|ondiofm)
@@ -733,6 +748,9 @@ EOF
plugins="yes"
codecs=""
toolset=$archosbitmaptools
+ t_cpu="sh"
+ t_manufacturer="archos"
+ t_model="ondio"
;;
10|h120)