Skip to content

Commit e096ab9

Browse files
bjorn-rivosanakryiko
authored andcommitted
selftests/bpf: Add uprobe_multi to gen_tar target
The uprobe_multi program was not picked up for the gen_tar target. Fix by adding it to TEST_GEN_FILES. Signed-off-by: Björn Töpel <bjorn@rivosinc.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: https://lore.kernel.org/bpf/20231004122721.54525-4-bjorn@kernel.org
1 parent 72fae63 commit e096ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/bpf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
104104
xskxceiver xdp_redirect_multi xdp_synproxy veristat xdp_hw_metadata \
105105
xdp_features
106106

107-
TEST_GEN_FILES += liburandom_read.so urandom_read sign-file
107+
TEST_GEN_FILES += liburandom_read.so urandom_read sign-file uprobe_multi
108108

109109
# Emit succinct information message describing current building step
110110
# $1 - generic step name (e.g., CC, LINK, etc);

0 commit comments

Comments
 (0)