提交 108326d6 编写于 作者: Q Quentin Monnet 提交者: Alexei Starovoitov

bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile

Make FEATURE_TESTS and FEATURE_DISPLAY easier to read and less likely to
be subject to conflicts on updates by having one feature per line.
Suggested-by: NAndres Freund <andres@anarazel.de>
Signed-off-by: NQuentin Monnet <quentin@isovalent.com>
Tested-by: NNiklas Söderlund <niklas.soderlund@corigine.com>
Acked-by: NSong Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20221025150329.97371-4-quentin@isovalent.comSigned-off-by: NAlexei Starovoitov <ast@kernel.org>
上级 55b4de58
...@@ -93,11 +93,20 @@ INSTALL ?= install ...@@ -93,11 +93,20 @@ INSTALL ?= install
RM ?= rm -f RM ?= rm -f
FEATURE_USER = .bpftool FEATURE_USER = .bpftool
FEATURE_TESTS = libbfd libbfd-liberty libbfd-liberty-z \
disassembler-four-args disassembler-init-styled libcap \ FEATURE_TESTS := clang-bpf-co-re
clang-bpf-co-re FEATURE_TESTS += libcap
FEATURE_DISPLAY = libbfd libbfd-liberty libbfd-liberty-z \ FEATURE_TESTS += libbfd
libcap clang-bpf-co-re FEATURE_TESTS += libbfd-liberty
FEATURE_TESTS += libbfd-liberty-z
FEATURE_TESTS += disassembler-four-args
FEATURE_TESTS += disassembler-init-styled
FEATURE_DISPLAY := clang-bpf-co-re
FEATURE_DISPLAY += libcap
FEATURE_DISPLAY += libbfd
FEATURE_DISPLAY += libbfd-liberty
FEATURE_DISPLAY += libbfd-liberty-z
check_feat := 1 check_feat := 1
NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册