summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-08-12 08:27:48 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-08-12 08:27:48 +0000
commit0a0682474e6326f63994a6cd62f23efd9818a7ec (patch)
tree9ddd8fbfe72fa4ca001b21de93b951ab24dc951f /tools
parentdd754886f5fd4004b521c954e263772d35fb6a46 (diff)
downloadrockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.tar.gz
rockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.zip
initial gigabeat bootloader (only test code)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10536 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 449041094a..f9558b8e9d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -997,7 +997,7 @@ fi
997 case $option in 997 case $option in
998 [Bb]) 998 [Bb])
999 case $archos in 999 case $archos in
1000 h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo|ipod3g|ipod4g|ipodmini|ipodmini2g|h10|e200) 1000 h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo|ipod3g|ipod4g|ipodmini|ipodmini2g|gigabeatf|h10|e200)
1001 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES 1001 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES
1002 appsdir='\$(ROOTDIR)/bootloader' 1002 appsdir='\$(ROOTDIR)/bootloader'
1003 apps="bootloader" 1003 apps="bootloader"