Skip to content

Commit

Permalink
tools/kvm: fix top level makefile
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
jmflinuxtx authored and bonzini committed May 3, 2017
1 parent 5c0aea0 commit ee5f7d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee5f7d7

Please sign in to comment.