aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-12-12 00:24:07 +0000
committerBen Dooks <ben-linux@fluff.org>2009-03-08 12:33:39 +0000
commit549c7e33aeb9bfe441ecf68639d2227bb90978e7 (patch)
treef5aa85c1c0a4f581273814cd5a62510d40e7117f /arch/arm/plat-s3c/Makefile
parent6419711a164ba1304fa8fbb75ae9485455e04dcd (diff)
[ARM] S3C: Split the resume memory check code from pm.c
Split the optional memory check code out of the pm.c file as it is quite a big #ifdef block and as-such can be moved out and simply compiled when the configuration is set. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r--arch/arm/plat-s3c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile
index afd8d089ba1..8d7815d25a5 100644
--- a/arch/arm/plat-s3c/Makefile
+++ b/arch/arm/plat-s3c/Makefile
@@ -21,6 +21,7 @@ obj-y += gpio-config.o
# PM support
obj-$(CONFIG_PM) += pm.o
+obj-$(CONFIG_S3C2410_PM_CHECK) += pm-check.o
# devices