tools/bpf: Remove bpf-helpers from bpftool docs
authorJoe Stringer <joe@cilium.io>
Tue, 2 Mar 2021 17:19:43 +0000 (09:19 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 5 Mar 2021 02:39:45 +0000 (18:39 -0800)
commita01d935b2e0916d32cb567f90c32a0c4eb46993c
treede8dd76c0939096e3a39a3f6989c879f24ddf00f
parenta67882a221e348ab1c925b47efdfec8b11272d3f
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
tools/bpf/bpftool/.gitignore
tools/bpf/bpftool/Documentation/Makefile
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/Makefile.docs [moved from tools/bpf/Makefile.helpers with 64% similarity]
tools/testing/selftests/bpf/test_bpftool_build.sh
tools/testing/selftests/bpf/test_doc_build.sh [new file with mode: 0755]