diff options
author | Andres Freund <[email protected]> | 2022-07-31 18:38:32 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-08-01 15:31:51 -0300 |
commit | bab211f637dc52cfbae1f0f15a6aef71d7f35a1b (patch) | |
tree | 9129515d3fc30ace39d4d7d3bd4d5a9627b36de5 | |
parent | 96ed066054abf11c7d3e106e3011a51f3f1227a3 (diff) |
tools bpf_jit_disasm: Don't display disassembler-four-args feature test
The feature check does not seem important enough to display.
Suggested-by: Jiri Olsa <[email protected]>
Signed-off-by: Andres Freund <[email protected]>
Acked-by: Quentin Monnet <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Ben Hutchings <[email protected]>
Cc: Daniel Borkmann <[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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/Makefile b/tools/bpf/Makefile index 664601ab1705..243b79f2b451 100644 --- a/tools/bpf/Makefile +++ b/tools/bpf/Makefile @@ -35,7 +35,7 @@ endif FEATURE_USER = .bpf FEATURE_TESTS = libbfd disassembler-four-args disassembler-init-styled -FEATURE_DISPLAY = libbfd disassembler-four-args +FEATURE_DISPLAY = libbfd check_feat := 1 NON_CHECK_FEAT_TARGETS := clean bpftool_clean runqslower_clean resolve_btfids_clean |