summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2010-07-27 16:22:09 +0200
committerReinhard Meyer <u-boot@emk-elektronik.de>2010-09-03 11:20:02 +0200
commitc7260d153994d65416b9b275838f101738e60564 (patch)
tree9fb9bbb1315c02b83e60d2239216154abd505724 /drivers/rtc/Makefile
parent1592ef8596fffd937a30462eb15f1d64e237ae49 (diff)
downloadtalos-obmc-uboot-c7260d153994d65416b9b275838f101738e60564.tar.gz
talos-obmc-uboot-c7260d153994d65416b9b275838f101738e60564.zip
AT91: add RTT and GPBR based RTC
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.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 772a49a902..98734db77f 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -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
OpenPOWER on IntegriCloud