mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
cpupower: fix Makefile typo
Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
9ee31f618a
commit
63b37de128
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue