Skip to content

Commit 3c50c8b

Browse files
stefano-garzarellakuba-moo
authored andcommitted
test/vsock: remove vsock_perf executable on make clean
We forgot to add vsock_perf to the rm command in the `clean` target, so now we have a left over after `make clean` in tools/testing/vsock. Fixes: 8abbffd ("test/vsock: vsock_perf utility") Cc: AVKrasnov@sberdevices.ru Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Simon Horman <horms@kernel.org> Tested-by: Simon Horman <horms@kernel.org> # build-tested Link: https://lore.kernel.org/r/20230803085454.30897-1-sgarzare@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 374297e commit 3c50c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/vsock/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ vsock_perf: vsock_perf.o
88
CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE
99
.PHONY: all test clean
1010
clean:
11-
${RM} *.o *.d vsock_test vsock_diag_test
11+
${RM} *.o *.d vsock_test vsock_diag_test vsock_perf
1212
-include *.d

0 commit comments

Comments
 (0)