提交 ee5f7d79 编写于 作者: J Justin M. Forbes 提交者: Paolo Bonzini

tools/kvm: fix top level makefile

The top level tools/Makefile includes kvm_stat as a target in help, but
the actual target is missing.
Signed-off-by: NJustin M. Forbes <jforbes@fedoraproject.org>
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 5c0aea0e
......@@ -86,10 +86,13 @@ tmon: FORCE
freefall: FORCE
$(call descend,laptop/$@)
kvm_stat: FORCE
$(call descend,kvm/$@)
all: acpi cgroup cpupower gpio hv firewire lguest \
perf selftests turbostat usb \
virtio vm net x86_energy_perf_policy \
tmon freefall objtool
tmon freefall objtool kvm_stat
acpi_install:
$(call descend,power/$(@:_install=),install)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册