From 745406a9f034b4314a8a482a904335916b70ea79 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sun, 20 Feb 2011 19:56:53 +0000 Subject: Add "elfzip" target to make which creates a zip of all elf files, as mapzip does for map files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29360 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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: mapzip: $(SILENT)find . -name "*.map" | xargs zip rockbox-maps.zip +elfzip: + $(SILENT)find . -name "*.elf" | xargs zip rockbox-elfs.zip + fullzip: $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m \"$(MODELNAME)\" -i \"$(TARGET_ID)\" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 -o rockbox-full.zip $(TARGET) $(BINARY) -- cgit v1.2.3