summaryrefslogtreecommitdiff
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2008-04-15 12:15:30 (GMT)
committerWolfgang Denk <wd@denx.de>2008-04-18 07:43:50 (GMT)
commit7ce63709828d37b08866e537339a169bd0db2bd3 (patch)
tree912416c27f198498202d04c06535b6acf44c03b0 /drivers/rtc/Makefile
parent38254f45b0b412332726c90d3184ad47479fcffb (diff)
downloadu-boot-7ce63709828d37b08866e537339a169bd0db2bd3.tar.xz
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 800ab99..2e0c118 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