diff options
author | Stefan Roese <sr@denx.de> | 2008-02-19 16:21:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-15 07:28:03 +0100 |
commit | 88aff62df39c0756241ea9f9b5a7b3ade26cb82b (patch) | |
tree | b8315e68f3f4b7412b873193eaa63d2d18f2b87c /drivers/rtc/Makefile | |
parent | 217d383e201adc7f2271145ae345ea5eae2b7170 (diff) | |
download | u-boot-imx-88aff62df39c0756241ea9f9b5a7b3ade26cb82b.zip u-boot-imx-88aff62df39c0756241ea9f9b5a7b3ade26cb82b.tar.gz u-boot-imx-88aff62df39c0756241ea9f9b5a7b3ade26cb82b.tar.bz2 |
rtc: Add M41T62 support
This patch add support for the STM M41T62 RTC. It is used and tested
on the AMCC Canyonlands 406EX platform.
Signed-off-by: Stefan Roese <sr@denx.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 2af2bf4..56847d2 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -41,6 +41,7 @@ COBJS-y += ds174x.o COBJS-y += ds3231.o COBJS-y += m41t11.o COBJS-y += m41t60.o +COBJS-$(CONFIG_RTC_M41T62) += m41t62.o COBJS-y += max6900.o COBJS-y += m48t35ax.o COBJS-y += mc146818.o |