summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-06-09 20:58:03 +0000
committerThomas Jarosch <tomj@simonv.com>2011-06-09 20:58:03 +0000
commit986a92fe6667d1946f0017570abfa1487157be70 (patch)
tree83dde3a202c9ee9a2094d11ab12d3e8f834b3672 /tools
parent6c571361fffccc7881f43fe7e93757bb8e255546 (diff)
downloadrockbox-986a92fe6667d1946f0017570abfa1487157be70.tar.gz
rockbox-986a92fe6667d1946f0017570abfa1487157be70.zip
Pandora port: Automate rockbox.pnd (=binary archive) build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index b5889967d5..a54d77891a 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -105,7 +105,11 @@ else
105 ifneq (,$(findstring android, $(APP_TYPE))) 105 ifneq (,$(findstring android, $(APP_TYPE)))
106 include $(ROOTDIR)/android/android.make 106 include $(ROOTDIR)/android/android.make
107 endif 107 endif
108 108
109 ifneq (,$(findstring pandora, $(MODELNAME)))
110 include $(ROOTDIR)/packaging/pandora/pandora.make
111 endif
112
109endif # bootloader 113endif # bootloader
110 114
111OBJ := $(SRC:.c=.o) 115OBJ := $(SRC:.c=.o)
@@ -341,6 +345,7 @@ help:
341 @echo "fontzip - creates rockbox-fonts.zip" 345 @echo "fontzip - creates rockbox-fonts.zip"
342 @echo "mapzip - creates rockbox-maps.zip with all .map files" 346 @echo "mapzip - creates rockbox-maps.zip with all .map files"
343 @echo "elfzip - creates rockbox-elfs.zip with all .elf files" 347 @echo "elfzip - creates rockbox-elfs.zip with all .elf files"
348 @echo "pnd - creates rockbox.pnd archive (Pandora builds only)"
344 @echo "tools - builds the tools only" 349 @echo "tools - builds the tools only"
345 @echo "voice - creates the voice clips (voice builds only)" 350 @echo "voice - creates the voice clips (voice builds only)"
346 @echo "voicetools - builds the voice tools only" 351 @echo "voicetools - builds the voice tools only"