aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs/devices/Makefile
diff options
context:
space:
mode:
authorWolfram Sang2011-05-02 16:21:49 +0200
committerSascha Hauer2011-08-23 08:56:15 +0200
commita4de0424a175d25dc5259eb5bc6be56c7cf9d356 (patch)
tree4915ab8b56cd6c32fd42ad978fa4776b577b62c4 /arch/arm/mach-mxs/devices/Makefile
parente55e48ff6952800a48d4325934f373354cd0c533 (diff)
arm: mach-mxs: add device for rtc
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Tested-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-mxs/devices/Makefile')
-rw-r--r--arch/arm/mach-mxs/devices/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/devices/Makefile b/arch/arm/mach-mxs/devices/Makefile
index d3e8cc388629..f52e3e53baec 100644
--- a/arch/arm/mach-mxs/devices/Makefile
+++ b/arch/arm/mach-mxs/devices/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_MXS_HAVE_PLATFORM_MXS_PWM) += platform-mxs-pwm.o
obj-y += platform-gpio-mxs.o
obj-$(CONFIG_MXS_HAVE_PLATFORM_MXSFB) += platform-mxsfb.o
obj-$(CONFIG_MXS_HAVE_PLATFORM_MXS_SAIF) += platform-mxs-saif.o
+obj-$(CONFIG_MXS_HAVE_PLATFORM_RTC_STMP3XXX) += platform-rtc-stmp3xxx.o