[PATCH 05/11] kvm tools: add missing build output

From: Lai Jiangshan
Date: Mon Dec 12 2011 - 02:14:09 EST


The missing "CC util/rbtree.o" will be output when building.

Signed-off-by: Lai Jiangshan <laijs@xxxxxxxxxxxxxx>
---
tools/kvm/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile
index 9ddc3b3..aadfe25 100644
--- a/tools/kvm/Makefile
+++ b/tools/kvm/Makefile
@@ -241,6 +241,7 @@ builtin-help.d: $(KVM_INCLUDE)/common-cmds.h
$(OBJS):

util/rbtree.o: ../../lib/rbtree.c
+ $(E) " CC " $@
$(Q) $(CC) -c $(CFLAGS) $< -o $@

%.o: %.c
--
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/