From: Konrad Rzeszutek Wilk Date: Fri, 21 Jun 2013 19:38:15 +0000 (-0400) Subject: Makefile: Add 'xen' to the COMPONENTS so that 'make clean' works X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8f8c4467c80f9030b1088bba11a3d31735c8e47f;p=xentesttools%2Fbootstrap.git Makefile: Add 'xen' to the COMPONENTS so that 'make clean' works there too. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/Makefile b/Makefile index 163c718..b79d346 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ help: @echo ' clean - remove compiled files' @echo ' distclean - remove all generated files' @echo '' -COMPONENTS = root_image linux syslinux +COMPONENTS = root_image linux syslinux xen TOP= . include sources.mk