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:
parent
b724be01bb
commit
6af8603d9a
1 changed files with 4 additions and 0 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue