aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLai Jiangshan <laijs@cn.fujitsu.com>2011-12-12 15:15:49 +0800
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:49 +0100
commit1df4c429f609c374d8da2bc53443d33c25d9e598 (patch)
treec56c9f36633c4747a60b83556ec30969d869ad95 /Makefile
parent2646d584f6498dc7c220ed7804f0da7c42f22318 (diff)
downloadkvmtool-1df4c429f609c374d8da2bc53443d33c25d9e598.tar.gz
kvm tools: add missing build output
The missing "CC util/rbtree.o" will be output when building. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cad8bb7a..6f36fd4e 100644
--- a/Makefile
+++ b/Makefile
@@ -246,6 +246,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