summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-29 10:26:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-29 10:26:41 +0000
commitcad563b00f1013ad0c56746140ff3b30e8402b70 (patch)
treefaf32a85a37e86ebaf0a0ccd2791d7a76d97cfb6 /tools/configure
parent3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3 (diff)
move the iriver h1x0/h3x0 button driver to target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11380 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 2f9e2db528..e7562f824b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -685,6 +685,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$iriverbitmaptools
+ t_cpu="coldfire"
+ t_manufacturer="iriver"
+ t_model="h100"
;;
11|h300)
@@ -707,6 +710,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$iriverbitmaptools
+ t_cpu="coldfire"
+ t_manufacturer="iriver"
+ t_model="h300"
;;
12|h100)
@@ -729,6 +735,9 @@ EOF
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$iriverbitmaptools
+ t_cpu="coldfire"
+ t_manufacturer="iriver"
+ t_model="h100"
;;
30|x5)