]> git.sur5r.net Git - u-boot/blobdiff - drivers/rtc/Makefile
AT91/AVR32: atmel_spi.c: flush RDR before next SPI transaction
[u-boot] / drivers / rtc / Makefile
index 772a49a9021a41d46ef6c7aaf474be7a4f70553b..98734db77f6f93cdfe015f8cdeef7bf42e638200 100644 (file)
@@ -27,6 +27,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)librtc.a
 
+COBJS-$(CONFIG_RTC_AT91SAM9_RTT) += at91sam9_rtt.o
 COBJS-$(CONFIG_RTC_BFIN) += bfin_rtc.o
 COBJS-y += date.o
 COBJS-$(CONFIG_RTC_DS12887) += ds12887.o