diff options
author | Andres Freund <[email protected]> | 2022-07-31 18:38:34 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-08-01 15:34:05 -0300 |
commit | 1e1613f64cc8a09d7a60ad01450c3321ca4ad454 (patch) | |
tree | 8fa695c26769cfb5137e55781e5c856891d04b76 | |
parent | 600b7b26c07a070d0153daa76b3806c1e52c9e00 (diff) |
tools bpftool: Don't display disassembler-four-args feature test
The feature check does not seem important enough to display.
Requested-by: Jiri Olsa <[email protected]>
Signed-off-by: Andres Freund <[email protected]>
Acked-by: Quentin Monnet <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Ben Hutchings <[email protected]>
Cc: Quentin Monnet <[email protected]>
Cc: Sedat Dilek <[email protected]>
Cc: [email protected]
Link: http://lore.kernel.org/lkml/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/bpf/bpftool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile index 436e671b2657..517df016d54a 100644 --- a/tools/bpf/bpftool/Makefile +++ b/tools/bpf/bpftool/Makefile @@ -95,8 +95,7 @@ RM ?= rm -f FEATURE_USER = .bpftool FEATURE_TESTS = libbfd disassembler-four-args disassembler-init-styled zlib libcap \ clang-bpf-co-re -FEATURE_DISPLAY = libbfd disassembler-four-args zlib libcap \ - clang-bpf-co-re +FEATURE_DISPLAY = libbfd zlib libcap clang-bpf-co-re check_feat := 1 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall |