diff options
author | Dave Jones <davej@redhat.com> | 2011-08-16 15:36:21 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2011-08-19 10:49:49 -0400 |
commit | 63b37de12889b7b96463b7d6de6d3f3704486b91 (patch) | |
tree | b18fb0d0e01807aad6d88100d4698c3ae75754f7 /tools | |
parent | 9ee31f618a3c8209b2bd4bedd71fd5f2be7786bd (diff) |
cpupower: fix Makefile typo
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'tools')
-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 11521d2f0a4..edb021c5f8c 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 |