Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Justin M. Forbes and committed by
Paolo Bonzini
ee5f7d79 5c0aea0e

+4 -1
+4 -1
tools/Makefile
··· 86 86 freefall: FORCE 87 87 $(call descend,laptop/$@) 88 88 89 + kvm_stat: FORCE 90 + $(call descend,kvm/$@) 91 + 89 92 all: acpi cgroup cpupower gpio hv firewire lguest \ 90 93 perf selftests turbostat usb \ 91 94 virtio vm net x86_energy_perf_policy \ 92 - tmon freefall objtool 95 + tmon freefall objtool kvm_stat 93 96 94 97 acpi_install: 95 98 $(call descend,power/$(@:_install=),install)