aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/Makefile
diff options
context:
space:
mode:
authormark hambleton <mahamble@broadcom.com>2013-01-18 14:16:19 +0000
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:05:13 +0100
commit13a7b5d65608f7a8051487eb5cd5a343ed9da896 (patch)
tree9609e4771a8df7797ea12f7f6af4daef51beb66c /drivers/cpuidle/Makefile
parent0251cea2c008e018aea480a275b05dda36bef55f (diff)
Use dts compatible node to init cpuidle-tc2
Change the init code for cpuidle-tc2 to check for a compatible node in the devicetree of "arm,generic" in preparation for moving it to driver/cpuidle. Rename functions / variable from tc2_ to bl_. Signed-off-by: mark hambleton <mahamble@broadcom.com>
Diffstat (limited to 'drivers/cpuidle/Makefile')
-rw-r--r--drivers/cpuidle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/Makefile b/drivers/cpuidle/Makefile
index 0d8bd55e776f..7d8256a5ea97 100644
--- a/drivers/cpuidle/Makefile
+++ b/drivers/cpuidle/Makefile
@@ -4,6 +4,6 @@
obj-y += cpuidle.o driver.o governor.o sysfs.o governors/
obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
-
+obj-$(CONFIG_BIG_LITTLE) += arm_big_little.o
obj-$(CONFIG_CPU_IDLE_CALXEDA) += cpuidle-calxeda.o
obj-$(CONFIG_ARCH_KIRKWOOD) += cpuidle-kirkwood.o