summaryrefslogtreecommitdiffstats
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
ifneq (,$(findstring android, $(APP_TYPE)))
include $(ROOTDIR)/android/android.make
endif
-
+
+ ifneq (,$(findstring pandora, $(MODELNAME)))
+ include $(ROOTDIR)/packaging/pandora/pandora.make
+ endif
+
endif # bootloader
OBJ := $(SRC:.c=.o)
@@ -341,6 +345,7 @@ help:
@echo "fontzip - creates rockbox-fonts.zip"
@echo "mapzip - creates rockbox-maps.zip with all .map files"
@echo "elfzip - creates rockbox-elfs.zip with all .elf files"
+ @echo "pnd - creates rockbox.pnd archive (Pandora builds only)"
@echo "tools - builds the tools only"
@echo "voice - creates the voice clips (voice builds only)"
@echo "voicetools - builds the voice tools only"