summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorTor Krill <tor@excito.com>2008-03-15 15:40:26 +0100
committerWolfgang Denk <wd@denx.de>2008-03-16 01:21:30 +0100
commit9536dfcce03e7be4ccbceb47a08d9ba07ada362f (patch)
tree61b40621e4d56a619c34a7e92743150ebd763628 /drivers/rtc/Makefile
parent0210cff3d079d97b2156b13685ee8de368e68a1a (diff)
downloadblackbird-obmc-uboot-9536dfcce03e7be4ccbceb47a08d9ba07ada362f.tar.gz
blackbird-obmc-uboot-9536dfcce03e7be4ccbceb47a08d9ba07ada362f.zip
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
index 2af2bf4a51..61bbbf4a45 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)
OpenPOWER on IntegriCloud