projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9ee31f6
)
cpupower: fix Makefile typo
author
Dave Jones
<davej@redhat.com>
Tue, 16 Aug 2011 19:36:21 +0000
(15:36 -0400)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Fri, 19 Aug 2011 14:49:49 +0000
(16:49 +0200)
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
tools/power/cpupower/Makefile
patch
|
blob
|
history
diff --git
a/tools/power/cpupower/Makefile
b/tools/power/cpupower/Makefile
index
11521d2
..
edb021c
100644
(file)
--- a/
tools/power/cpupower/Makefile
+++ b/
tools/power/cpupower/Makefile
@@
-35,7
+35,7
@@
NLS ?= true
# Set the following to 'true' to build/install the
# cpufreq-bench benchmarking tool
-CPUFRQ_BENCH ?= true
+CPUFR
E
Q_BENCH ?= true
# Prefix to the directories we're installing to
DESTDIR ?=
@@
-139,7
+139,7
@@
ifeq ($(strip $(NLS)),true)
COMPILE_NLS += create-gmo
endif
-ifeq ($(strip $(CPUFRQ_BENCH)),true)
+ifeq ($(strip $(CPUFR
E
Q_BENCH)),true)
INSTALL_BENCH += install-bench
COMPILE_BENCH += compile-bench
endif