commit | b27939b24e9b1159079ea1c72d97767aa25f2610 | [log] [tgz] |
---|---|---|
author | Tor Krill <tor@excito.com> | Sat Mar 15 15:40:26 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 16 01:21:30 2008 +0100 |
tree | 61b40621e4d56a619c34a7e92743150ebd763628 | |
parent | b232fe72ede3cdf45d873002dd888d9d591e15ea [diff] [blame] |
Add support for Intersil isl1208 RTC Signed-off-by: Tor Krill <tor@excito.com>
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 += rx8025.o COBJS-y += mcfrtc.o COBJS-y += x1205.o +COBJS-$(CONFIG_RTC_ISL1208) += isl1208.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c)