File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,20 @@ INSTALL ?= install
93
93
RM ?= rm -f
94
94
95
95
FEATURE_USER = .bpftool
96
- FEATURE_TESTS = libbfd libbfd-liberty libbfd-liberty-z \
97
- disassembler-four-args disassembler-init-styled libcap \
98
- clang-bpf-co-re
99
- FEATURE_DISPLAY = libbfd libbfd-liberty libbfd-liberty-z \
100
- libcap clang-bpf-co-re
96
+
97
+ FEATURE_TESTS := clang-bpf-co-re
98
+ FEATURE_TESTS += libcap
99
+ FEATURE_TESTS += libbfd
100
+ FEATURE_TESTS += libbfd-liberty
101
+ FEATURE_TESTS += libbfd-liberty-z
102
+ FEATURE_TESTS += disassembler-four-args
103
+ FEATURE_TESTS += disassembler-init-styled
104
+
105
+ FEATURE_DISPLAY := clang-bpf-co-re
106
+ FEATURE_DISPLAY += libcap
107
+ FEATURE_DISPLAY += libbfd
108
+ FEATURE_DISPLAY += libbfd-liberty
109
+ FEATURE_DISPLAY += libbfd-liberty-z
101
110
102
111
check_feat := 1
103
112
NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
You can’t perform that action at this time.
0 commit comments