diff options
author | Joe Stringer <joe@cilium.io> | 2021-03-02 20:19:43 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-03-05 05:39:45 +0300 |
commit | a01d935b2e0916d32cb567f90c32a0c4eb46993c (patch) | |
tree | de8dd76c0939096e3a39a3f6989c879f24ddf00f /tools/bpf/bpftool/.gitignore | |
parent | a67882a221e348ab1c925b47efdfec8b11272d3f (diff) | |
download | linux-a01d935b2e0916d32cb567f90c32a0c4eb46993c.tar.xz |
tools/bpf: Remove bpf-helpers from bpftool docs
This logic is used for validating the manual pages from selftests, so
move the infra under tools/testing/selftests/bpf/ and rely on selftests
for validation rather than tying it into the bpftool build.
Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/bpf/20210302171947.2268128-12-joe@cilium.io
Diffstat (limited to 'tools/bpf/bpftool/.gitignore')
-rw-r--r-- | tools/bpf/bpftool/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bpf/bpftool/.gitignore b/tools/bpf/bpftool/.gitignore index 944cb4b7c95d..05ce4446b780 100644 --- a/tools/bpf/bpftool/.gitignore +++ b/tools/bpf/bpftool/.gitignore @@ -3,7 +3,6 @@ /bootstrap/ /bpftool bpftool*.8 -bpf-helpers.* FEATURE-DUMP.bpftool feature libbpf |