]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
tools/kvm: fix top level makefile
authorJustin M. Forbes <jforbes@fedoraproject.org>
Tue, 11 Apr 2017 15:34:35 +0000 (10:34 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 3 May 2017 14:30:25 +0000 (16:30 +0200)
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>
tools/Makefile

index 00caacd3ed928c5156e3ba5c83640d8b1d9103ae..c8a90d01dd8ede564d6363d6f1a61bfe6f1736e8 100644 (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)