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 <jolsa@kernel.org> Signed-off-by: Andres Freund <andres@anarazel.de> Acked-by: Quentin Monnet <quentin@isovalent.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Ben Hutchings <benh@debian.org> Cc: Quentin Monnet <quentin@isovalent.com> Cc: Sedat Dilek <sedat.dilek@gmail.com> Cc: bpf@vger.kernel.org Link: http://lore.kernel.org/lkml/20220622181918.ykrs5rsnmx3og4sv@alap3.anarazel.de Link: https://lore.kernel.org/r/20220801013834.156015-9-andres@anarazel.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 600b7b2 commit 1e1613f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)