diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-09-06 15:08:40 +0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 14:26:27 +0100 |
commit | a1f1c7efb0c1c78b5e84455bb5a6c8b2bee3059c (patch) | |
tree | 732ecae274d63faa98d4e3fa9091592bfb7ed9a4 /arch/arm/mach-imx/Makefile | |
parent | 13eed9897a2160272df2804ac3bbd4d91c76e577 (diff) | |
download | kernel_goldelico_gta04-a1f1c7efb0c1c78b5e84455bb5a6c8b2bee3059c.zip kernel_goldelico_gta04-a1f1c7efb0c1c78b5e84455bb5a6c8b2bee3059c.tar.gz kernel_goldelico_gta04-a1f1c7efb0c1c78b5e84455bb5a6c8b2bee3059c.tar.bz2 |
arm/imx6q: add suspend/resume support
It adds suspend/resume support for imx6q.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 994ae82..aba7321 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 +obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o mach-imx6q.o pm-imx6q.o |