summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2011-02-26 20:50:12 +0000
committerAlex Parker <rockbox@aeparker.com>2011-02-26 20:50:12 +0000
commitd0a0d02167060cc4832548ccba45a94a99dd9164 (patch)
treeae7adcb28c26ba56b6ab6a6ac217ad03fc7c639e /tools/root.make
parente6ae86720659a4e8a1a75d0eadaa495dac9cca8d (diff)
downloadrockbox-d0a0d02167060cc4832548ccba45a94a99dd9164.tar.gz
rockbox-d0a0d02167060cc4832548ccba45a94a99dd9164.zip
Forgot to add the help text for make elfzip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29406 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index d9e1996512..0640ba5656 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -337,6 +337,7 @@ help:
337 @echo "7zip - creates a rockbox.7z of your build (no fonts)" 337 @echo "7zip - creates a rockbox.7z of your build (no fonts)"
338 @echo "fontzip - creates rockbox-fonts.zip" 338 @echo "fontzip - creates rockbox-fonts.zip"
339 @echo "mapzip - creates rockbox-maps.zip with all .map files" 339 @echo "mapzip - creates rockbox-maps.zip with all .map files"
340 @echo "elfzip - creates rockbox-elfs.zip with all .elf files"
340 @echo "tools - builds the tools only" 341 @echo "tools - builds the tools only"
341 @echo "voice - creates the voice clips (voice builds only)" 342 @echo "voice - creates the voice clips (voice builds only)"
342 @echo "voicetools - builds the voice tools only" 343 @echo "voicetools - builds the voice tools only"