]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
authorQuentin Monnet <quentin@isovalent.com>
Tue, 25 Oct 2022 15:03:24 +0000 (16:03 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 25 Oct 2022 17:11:56 +0000 (10:11 -0700)
commit108326d6fa6c04e1473886fd662981792fc708a2
tree44e7ec12c7fc69a52c56c1313b45428155a0a7d4
parent55b4de58d0e2aca810ed2b198a0173640300acf8
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: Andres Freund <andres@anarazel.de>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Tested-by: Niklas Söderlund <niklas.soderlund@corigine.com>
Acked-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20221025150329.97371-4-quentin@isovalent.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/bpf/bpftool/Makefile