diff options
| author | Björn Töpel <[email protected]> | 2023-10-04 12:27:21 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2023-10-04 20:37:41 +0000 |
| commit | e096ab9d9f45bea9fb8126c46f6151d81aa0836f (patch) | |
| tree | 1f895a5b1469dcd0f499d3072454a555709850ff | |
| parent | selftests/bpf: Enable lld usage for RISC-V (diff) | |
| download | kernel-e096ab9d9f45bea9fb8126c46f6151d81aa0836f.tar.gz kernel-e096ab9d9f45bea9fb8126c46f6151d81aa0836f.zip | |
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 <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
| -rw-r--r-- | tools/testing/selftests/bpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index a28cf927bc59..12a60521d624 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -104,7 +104,7 @@ TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \ xskxceiver xdp_redirect_multi xdp_synproxy veristat xdp_hw_metadata \ xdp_features -TEST_GEN_FILES += liburandom_read.so urandom_read sign-file +TEST_GEN_FILES += liburandom_read.so urandom_read sign-file uprobe_multi # Emit succinct information message describing current building step # $1 - generic step name (e.g., CC, LINK, etc); |
