summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 73ccf3ac8d..d9e1996512 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -259,6 +259,9 @@ zip:
259mapzip: 259mapzip:
260 $(SILENT)find . -name "*.map" | xargs zip rockbox-maps.zip 260 $(SILENT)find . -name "*.map" | xargs zip rockbox-maps.zip
261 261
262elfzip:
263 $(SILENT)find . -name "*.elf" | xargs zip rockbox-elfs.zip
264
262fullzip: 265fullzip:
263 $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m \"$(MODELNAME)\" -i \"$(TARGET_ID)\" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 -o rockbox-full.zip $(TARGET) $(BINARY) 266 $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m \"$(MODELNAME)\" -i \"$(TARGET_ID)\" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 -o rockbox-full.zip $(TARGET) $(BINARY)
264 267