From e24cfc1c1537cbbcb0cb443cf9213046bbdb3edb Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 16 Aug 2011 15:36:21 -0400 Subject: [PATCH] --- yaml --- r: 263315 b: refs/heads/master c: 63b37de12889b7b96463b7d6de6d3f3704486b91 h: refs/heads/master i: 263313: 3bfce332cafe8efc0c3a3545b4ec2ceb6902da56 263311: 277d01d7b4d93ae1fa003e0641b0406ab47ac5d5 v: v3 --- [refs] | 2 +- trunk/tools/power/cpupower/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3bb166b6eb19..00351c473ac2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ee31f618a3c8209b2bd4bedd71fd5f2be7786bd +refs/heads/master: 63b37de12889b7b96463b7d6de6d3f3704486b91 diff --git a/trunk/tools/power/cpupower/Makefile b/trunk/tools/power/cpupower/Makefile index 11521d2f0a4c..edb021c5f8cd 100644 --- a/trunk/tools/power/cpupower/Makefile +++ b/trunk/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 +CPUFREQ_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 $(CPUFREQ_BENCH)),true) INSTALL_BENCH += install-bench COMPILE_BENCH += compile-bench endif