1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2007-09-15 12:30:17 +00:00
parent ae05617a79
commit cd9f8dfa69

1
tools/configure vendored
View file

@ -1442,6 +1442,7 @@ fi
apps="bootloader" apps="bootloader"
extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections" extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections"
bootloader="1" bootloader="1"
output="bootloader.bin"
echo "e200R-installer build selected" echo "e200R-installer build selected"
;; ;;
[Bb]) [Bb])