From: Justin M. Forbes Date: Tue, 11 Apr 2017 15:34:35 +0000 (-0500) Subject: tools/kvm: fix top level makefile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ee5f7d79a80550179b258417442b7bdbccaf476a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Paolo Bonzini --- diff --git a/tools/Makefile b/tools/Makefile index 00caacd3ed92..c8a90d01dd8e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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)