aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorJason Chen <jason.chen@linaro.org>2011-12-13 15:43:23 +0800
committerEric Miao <eric.miao@linaro.org>2011-12-16 12:01:04 +0800
commitcf6bcd277e02268f8321a790f02ae60bb85375e3 (patch)
tree6143c77ecd3bca8805c49aaafed7b4e8e2971f51 /arch/arm/mach-imx/Makefile
parentebd8e190360eefbc6695bddd58f9c679d97bc9ab (diff)
imx6q: add cpu suspend/resume supportfor-jasonchen
add standby/mem pm state. suspend cpu in iram. Signed-off-by: Jason Chen <jason.chen@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index aba73214c2a..8c33917c41f 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -70,4 +70,4 @@ AFLAGS_head-v7.o :=-Wa,-march=armv7-a
obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
-obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o mach-imx6q.o pm-imx6q.o
+obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o mach-imx6q.o pm-imx6q.o suspend-imx6q.o