]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Add 'xen' to the COMPONENTS so that 'make clean' works
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 21 Jun 2013 19:38:15 +0000 (15:38 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 21 Jun 2013 19:38:15 +0000 (15:38 -0400)
there too.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 163c7180f947602d25c765088ad7d631ee528df0..b79d346f6c5602b02812263081d280d5be53442b 100644 (file)
--- 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