aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/Makefile
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-05-15 12:44:17 -0500
committerArnd Bergmann <arnd@arndb.de>2011-10-31 14:14:05 +0100
commit8b61f37440388ebbd2a894178fe098f2e70ab392 (patch)
tree15d6b6941337c1d220b19459a3887809165a0812 /arch/arm/mach-highbank/Makefile
parent9680b3d04d27ed90479eb84d2054ddd3deb83d5e (diff)
ARM: highbank: add suspend support
Add the platform suspend ops for highbank. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r--arch/arm/mach-highbank/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile
index c45078f820a..986958a5a72 100644
--- a/arch/arm/mach-highbank/Makefile
+++ b/arch/arm/mach-highbank/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o
obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
+obj-$(CONFIG_PM_SLEEP) += pm.o