diff options
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/cpupower/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index 11521d2f0a4c..edb021c5f8cd 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile | |||
@@ -35,7 +35,7 @@ NLS ?= true | |||
35 | 35 | ||
36 | # Set the following to 'true' to build/install the | 36 | # Set the following to 'true' to build/install the |
37 | # cpufreq-bench benchmarking tool | 37 | # cpufreq-bench benchmarking tool |
38 | CPUFRQ_BENCH ?= true | 38 | CPUFREQ_BENCH ?= true |
39 | 39 | ||
40 | # Prefix to the directories we're installing to | 40 | # Prefix to the directories we're installing to |
41 | DESTDIR ?= | 41 | DESTDIR ?= |
@@ -139,7 +139,7 @@ ifeq ($(strip $(NLS)),true) | |||
139 | COMPILE_NLS += create-gmo | 139 | COMPILE_NLS += create-gmo |
140 | endif | 140 | endif |
141 | 141 | ||
142 | ifeq ($(strip $(CPUFRQ_BENCH)),true) | 142 | ifeq ($(strip $(CPUFREQ_BENCH)),true) |
143 | INSTALL_BENCH += install-bench | 143 | INSTALL_BENCH += install-bench |
144 | COMPILE_BENCH += compile-bench | 144 | COMPILE_BENCH += compile-bench |
145 | endif | 145 | endif |