summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index b98dbdc490..697abceb00 100755
--- a/tools/configure
+++ b/tools/configure
@@ -471,6 +471,10 @@ EOF
471 # tool: the tool that takes a plain binary and converts that into a 471 # tool: the tool that takes a plain binary and converts that into a
472 # working "firmware" file for your target 472 # working "firmware" file for your target
473 # output: the final output file name 473 # output: the final output file name
474 # boottool: the tool that takes a plain binary and generates a bootloader
475 # file for your target (or blank to use $tool)
476 # bootoutput:the final output file name for the bootloader (or blank to use
477 # $output)
474 # appextra: passed to the APPEXTRA variable in the Makefiles. 478 # appextra: passed to the APPEXTRA variable in the Makefiles.
475 # TODO: add proper explanation 479 # TODO: add proper explanation
476 # archosrom: used only for Archos targets that build a special flashable .ucl 480 # archosrom: used only for Archos targets that build a special flashable .ucl