linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/kvm: fix top level makefile
@ 2017-04-11 15:34 Justin M. Forbes
  2017-05-02 14:04 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Justin M. Forbes @ 2017-04-11 15:34 UTC (permalink / raw)
  To: kvm; +Cc: linux-kernel, Justin M. Forbes

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>
---
 tools/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index 00caacd..c8a90d0 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)
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/kvm: fix top level makefile
  2017-04-11 15:34 [PATCH] tools/kvm: fix top level makefile Justin M. Forbes
@ 2017-05-02 14:04 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2017-05-02 14:04 UTC (permalink / raw)
  To: Justin M. Forbes, kvm; +Cc: linux-kernel



On 11/04/2017 17:34, Justin M. Forbes wrote:
> 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>
> ---
>  tools/Makefile | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/tools/Makefile b/tools/Makefile
> index 00caacd..c8a90d0 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)
> 

Applied, thanks.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-02 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 15:34 [PATCH] tools/kvm: fix top level makefile Justin M. Forbes
2017-05-02 14:04 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).