1
0
Fork 0

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: Justin M. Forbes <jforbes@fedoraproject.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hifive-unleashed-5.1
Justin M. Forbes 2017-04-11 10:34:35 -05:00 committed by Paolo Bonzini
parent 5c0aea0e8d
commit ee5f7d79a8
1 changed files with 4 additions and 1 deletions

View File

@ -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)