]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Drop unnecessary rule for STATIC_LIBS
authorDavid Matlack <dmatlack@google.com>
Fri, 20 May 2022 23:32:45 +0000 (23:32 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Jun 2022 14:52:25 +0000 (10:52 -0400)
commit19c09f522513394706b924f83a2e27cece5a6f71
tree391f6079ef2ac317f6f6a2e09765584547ab4743
parent78ed94932c3cb975499f259072db8ec1f84c4e63
KVM: selftests: Drop unnecessary rule for STATIC_LIBS

Drop the "all: $(STATIC_LIBS)" rule. The KVM selftests already depend
on $(STATIC_LIBS), so there is no reason to have an extra "all" rule.

Suggested-by: Peter Xu <peterx@redhat.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Message-Id: <20220520233249.3776001-8-dmatlack@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/Makefile