Skip to content

Commit 1e1613f

Browse files
anarazelacmel
authored andcommitted
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]>
1 parent 600b7b2 commit 1e1613f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/bpf/bpftool/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ RM ?= rm -f
9595
FEATURE_USER = .bpftool
9696
FEATURE_TESTS = libbfd disassembler-four-args disassembler-init-styled zlib libcap \
9797
clang-bpf-co-re
98-
FEATURE_DISPLAY = libbfd disassembler-four-args zlib libcap \
99-
clang-bpf-co-re
98+
FEATURE_DISPLAY = libbfd zlib libcap clang-bpf-co-re
10099

101100
check_feat := 1
102101
NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall

0 commit comments

Comments
 (0)