diff options
-rw-r--r-- | tools/perf/config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index f80fc7ec8036..370ad509422b 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -816,7 +816,7 @@ $(foreach feat,$(FEATURE_DISPLAY),$(call feature_check,$(feat))) | |||
816 | 816 | ||
817 | ifeq ($(VF),1) | 817 | ifeq ($(VF),1) |
818 | feature_display := 1 | 818 | feature_display := 1 |
819 | display_vf := 1 | 819 | feature_verbose := 1 |
820 | endif | 820 | endif |
821 | 821 | ||
822 | ifeq ($(feature_display),1) | 822 | ifeq ($(feature_display),1) |
@@ -829,7 +829,7 @@ ifeq ($(feature_display),1) | |||
829 | endif | 829 | endif |
830 | endif | 830 | endif |
831 | 831 | ||
832 | ifeq ($(display_vf),1) | 832 | ifeq ($(feature_verbose),1) |
833 | TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)) | 833 | TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)) |
834 | $(foreach feat,$(TMP),$(call feature_print_status,$(feat),)) | 834 | $(foreach feat,$(TMP),$(call feature_print_status,$(feat),)) |
835 | $(info ) | 835 | $(info ) |