diff options
author | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-07-27 16:22:09 +0200 |
---|---|---|
committer | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-09-03 11:20:02 +0200 |
commit | c7260d153994d65416b9b275838f101738e60564 (patch) | |
tree | 9fb9bbb1315c02b83e60d2239216154abd505724 /drivers/rtc/Makefile | |
parent | 1592ef8596fffd937a30462eb15f1d64e237ae49 (diff) | |
download | u-boot-imx-c7260d153994d65416b9b275838f101738e60564.zip u-boot-imx-c7260d153994d65416b9b275838f101738e60564.tar.gz u-boot-imx-c7260d153994d65416b9b275838f101738e60564.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 772a49a..98734db 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 |