From 8f8c4467c80f9030b1088bba11a3d31735c8e47f Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 21 Jun 2013 15:38:15 -0400 Subject: [PATCH] Makefile: Add 'xen' to the COMPONENTS so that 'make clean' works there too. Signed-off-by: Konrad Rzeszutek Wilk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5