diff options
author | Tor Krill <tor@excito.com> | 2008-03-15 15:40:26 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-16 01:21:30 +0100 |
commit | 9536dfcce03e7be4ccbceb47a08d9ba07ada362f (patch) | |
tree | 61b40621e4d56a619c34a7e92743150ebd763628 /drivers/rtc/Makefile | |
parent | 0210cff3d079d97b2156b13685ee8de368e68a1a (diff) | |
download | u-boot-imx-9536dfcce03e7be4ccbceb47a08d9ba07ada362f.zip u-boot-imx-9536dfcce03e7be4ccbceb47a08d9ba07ada362f.tar.gz u-boot-imx-9536dfcce03e7be4ccbceb47a08d9ba07ada362f.tar.bz2 |
Add support for Intersil isl1208 RTC
Signed-off-by: Tor Krill <tor@excito.com>
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..61bbbf4 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -53,6 +53,7 @@ COBJS-y += rs5c372.o COBJS-y += rx8025.o COBJS-y += mcfrtc.o COBJS-y += x1205.o +COBJS-$(CONFIG_RTC_ISL1208) += isl1208.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |