diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index 12dec6ea5ed21fbfa2c2730f136dc8c170ae459a..92265b32dddd9ccd6f56a2fade4e4600e370819f 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -947,6 +947,10 @@ define print_var_code endef ifeq ($(VF),1) + # Display EXTRA features which are detected manualy + # from here with feature_check call and thus cannot + # be partof global state output. + $(foreach feat,$(FEATURE_TESTS_EXTRA),$(call feature_print_status,$(feat),)) $(call print_var,prefix) $(call print_var,bindir) $(call print_var,libdir)