summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 4e6a6d3691..79fe31b106 100755
--- a/tools/configure
+++ b/tools/configure
@@ -478,6 +478,9 @@ tags-apps:
478tags: 478tags:
479 @rm -f TAGS 479 @rm -f TAGS
480 \$(MAKE) tags-firmware tags-apps 480 \$(MAKE) tags-firmware tags-apps
481
482zip:
483 \$(TOOLSDIR)/buildzip.pl \$(TARGET)
481EOF 484EOF
482 485
483echo "Created Makefile" 486echo "Created Makefile"