From 0e6dd7efcd21d48665b5a799fe081a75cdcb960f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 27 Nov 2006 02:16:32 +0000 Subject: 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 --- tools/configure | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tools') 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) -- cgit