Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee5f7d79 authored by Justin M. Forbes's avatar Justin M. Forbes Committed by Paolo Bonzini
Browse files

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: default avatarJustin M. Forbes <jforbes@fedoraproject.org>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 5c0aea0e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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)