summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-09-15 12:30:17 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-09-15 12:30:17 +0000
commitcd9f8dfa690522ce26c2e8939d93aa6c08007b3e (patch)
tree7cc6ad179c8008b0e07b261f5b377885431d5b7c /tools
parentae05617a79dddda222d85619c523f328b1969d01 (diff)
downloadrockbox-cd9f8dfa690522ce26c2e8939d93aa6c08007b3e.tar.gz
rockbox-cd9f8dfa690522ce26c2e8939d93aa6c08007b3e.zip
make the e200rinstaller bootloader.bin file be created in the ./ directory instead of ./bootloader/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14709 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 9cd3991e90..61c2618a98 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1442,6 +1442,7 @@ fi
1442 apps="bootloader" 1442 apps="bootloader"
1443 extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections" 1443 extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections"
1444 bootloader="1" 1444 bootloader="1"
1445 output="bootloader.bin"
1445 echo "e200R-installer build selected" 1446 echo "e200R-installer build selected"
1446 ;; 1447 ;;
1447 [Bb]) 1448 [Bb])