summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2008-04-15 14:15:30 +0200
committerWolfgang Denk <wd@denx.de>2008-04-18 00:43:50 -0700
commit7ce63709828d37b08866e537339a169bd0db2bd3 (patch)
tree912416c27f198498202d04c06535b6acf44c03b0 /drivers/rtc/Makefile
parent38254f45b0b412332726c90d3184ad47479fcffb (diff)
downloadblackbird-obmc-uboot-7ce63709828d37b08866e537339a169bd0db2bd3.tar.gz
blackbird-obmc-uboot-7ce63709828d37b08866e537339a169bd0db2bd3.zip
RTC driver for MC13783
MC13783 is a multifunction IS with an SPI interface to the host. This driver handles the RTC controller in this chip. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r--drivers/rtc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
index 800ab9934a..2e0c1183b4 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -45,6 +45,7 @@ COBJS-y += m41t60.o
COBJS-$(CONFIG_RTC_M41T62) += m41t62.o
COBJS-y += m48t35ax.o
COBJS-y += max6900.o
+COBJS-$(CONFIG_RTC_MC13783) += mc13783-rtc.o
COBJS-y += mc146818.o
COBJS-y += mcfrtc.o
COBJS-y += mk48t59.o
OpenPOWER on IntegriCloud