Commit ee5f7d79 authored by Justin M. Forbes's avatar Justin M. Forbes Committed by 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: default avatarJustin M. Forbes <jforbes@fedoraproject.org>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment