Skip to content

Commit acf5773

Browse files
dmatlackbonzini
authored andcommitted
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>
1 parent c363d95 commit acf5773

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/kvm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ $(OUTPUT)/libkvm.a: $(LIBKVM_OBJS)
192192
$(AR) crs $@ $^
193193

194194
x := $(shell mkdir -p $(sort $(dir $(TEST_GEN_PROGS))))
195-
all: $(STATIC_LIBS)
196195
$(TEST_GEN_PROGS): $(STATIC_LIBS)
197196

198197
cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..

0 commit comments

Comments
 (0)