1
0
Fork 0
forked from len0rd/rockbox

Document the new boottool and bootoutput variables

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10826 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-08-31 12:31:16 +00:00
parent b724be01bb
commit 6af8603d9a

4
tools/configure vendored
View file

@ -471,6 +471,10 @@ EOF
# tool: the tool that takes a plain binary and converts that into a # tool: the tool that takes a plain binary and converts that into a
# working "firmware" file for your target # working "firmware" file for your target
# output: the final output file name # output: the final output file name
# boottool: the tool that takes a plain binary and generates a bootloader
# file for your target (or blank to use $tool)
# bootoutput:the final output file name for the bootloader (or blank to use
# $output)
# appextra: passed to the APPEXTRA variable in the Makefiles. # appextra: passed to the APPEXTRA variable in the Makefiles.
# TODO: add proper explanation # TODO: add proper explanation
# archosrom: used only for Archos targets that build a special flashable .ucl # archosrom: used only for Archos targets that build a special flashable .ucl