aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2009-08-04 20:20:44 +0200
committerDominik Brodowski <linux@dominikbrodowski.net>2009-08-04 20:20:44 +0200
commit358943e18b06a272dfb2f30ea7bf2d1fdc770bdf (patch)
tree48fc0c3ba4da7a91908f793316c1264fb1e1dce1
parent5d2e3355391848b2552c1f97c856b1ca6fb1d22e (diff)
downloadcpufrequtils-358943e18b06a272dfb2f30ea7bf2d1fdc770bdf.tar.gz
Do not build/install cpufreq-bench by default
Most users of cpufrequtils will not need this, so do not build and/or install it by default. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfea0fb..8d769e6 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,9 @@ V ?= false
# Requires gettext.
NLS ?= true
+# Set the following to 'true' to build/install the
# cpufreq-bench benchmarking tool
-CPUFRQ_BENCH ?= true
+CPUFRQ_BENCH ?= false
# Use the sysfs-based interface which is included in all 2.6 kernels
# built with cpufreq support