summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-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"