aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
diff options
context:
space:
mode:
authorJean-Philippe Brucker <jean-philippe@linaro.org>2021-03-08 19:28:31 +0100
committerAndrii Nakryiko <andrii@kernel.org>2021-03-08 10:38:55 -0800
commita0d73acc1e4bc1c542701e37b2e0e233fe6a271d (patch)
treea6b7354a81b5b68586fc3e6e92fce4d03fcdd7d6 /tools/testing/selftests/bpf/Makefile
parentlibbpf: Fix arm64 build (diff)
downloadlinux-dev-a0d73acc1e4bc1c542701e37b2e0e233fe6a271d.tar.xz
linux-dev-a0d73acc1e4bc1c542701e37b2e0e233fe6a271d.zip
selftests/bpf: Fix typo in Makefile
The selftest build fails when trying to install the scripts: rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2) Fix the filename. Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs") Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210308182830.155784-1-jean-philippe@linaro.org
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
-rw-r--r--tools/testing/selftests/bpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index b5827464c6b5..c3999587bc23 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -68,7 +68,7 @@ TEST_PROGS := test_kmod.sh \
test_bpftool_build.sh \
test_bpftool.sh \
test_bpftool_metadata.sh \
- test_docs_build.sh \
+ test_doc_build.sh \
test_xsk.sh
TEST_PROGS_EXTENDED := with_addr.sh \