diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-08-31 12:31:16 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-08-31 12:31:16 +0000 |
| commit | 6af8603d9a8894e644f0b9508f2142c2b56d09a3 (patch) | |
| tree | 6d8817f80bf0ed25cf6091e56b5c8f554eb327b0 | |
| parent | b724be01bbd1975d86860bf0bcbdec28edb15754 (diff) | |
| download | rockbox-6af8603d9a8894e644f0b9508f2142c2b56d09a3.zip rockbox-6af8603d9a8894e644f0b9508f2142c2b56d09a3.tar.gz rockbox-6af8603d9a8894e644f0b9508f2142c2b56d09a3.tar.bz2 rockbox-6af8603d9a8894e644f0b9508f2142c2b56d09a3.tar.xz | |
Document the new boottool and bootoutput variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10826 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index b98dbdc..697abce 100755 --- a/tools/configure +++ b/tools/configure @@ -471,6 +471,10 @@ EOF # tool: the tool that takes a plain binary and converts that into a # working "firmware" file for your target # 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. # TODO: add proper explanation # archosrom: used only for Archos targets that build a special flashable .ucl |