aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-07-20 11:18:39 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-07-20 11:18:39 +0100
commitbfb32dde4f0951d3fbc0b7235e72f7bac1f318f0 (patch)
treeeae9df2bee306f606eb044e097be2eb47f1d1026 /tools/firmware/Makefile
parente3c0ad6c82b945362ac95cd42120b802d57949da (diff)
downloadxen-bfb32dde4f0951d3fbc0b7235e72f7bac1f318f0.tar.gz
xen-bfb32dde4f0951d3fbc0b7235e72f7bac1f318f0.tar.bz2
xen-bfb32dde4f0951d3fbc0b7235e72f7bac1f318f0.zip
tools: Update distclean target to remove auto-gen'ed tarballs.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index 837f56f83c..0ce965e749 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -30,3 +30,9 @@ install: all
.PHONY: clean
clean: subdirs-clean
+
+.PHONY: distclean
+distclean: subdirs-distclean
+
+subdir-distclean-etherboot: .phony
+ $(MAKE) -C etherboot distclean \ No newline at end of file