]> git.sur5r.net Git - u-boot/blobdiff - drivers/rtc/Makefile
FEC: Add timeout for chip reset
[u-boot] / drivers / rtc / Makefile
index ca2774596db65195cbeb360bb5d42805991aeccb..df440c62ffb11aa13ff6fcffed73c17fc62e47ee 100644 (file)
@@ -30,6 +30,7 @@ LIB   = $(obj)librtc.o
 COBJS-$(CONFIG_RTC_AT91SAM9_RTT) += at91sam9_rtt.o
 COBJS-$(CONFIG_RTC_BFIN) += bfin_rtc.o
 COBJS-y += date.o
+COBJS-$(CONFIG_RTC_DAVINCI) += davinci.o
 COBJS-$(CONFIG_RTC_DS12887) += ds12887.o
 COBJS-$(CONFIG_RTC_DS1302) += ds1302.o
 COBJS-$(CONFIG_RTC_DS1306) += ds1306.o