From 9536dfcce03e7be4ccbceb47a08d9ba07ada362f Mon Sep 17 00:00:00 2001 From: Tor Krill Date: Sat, 15 Mar 2008 15:40:26 +0100 Subject: Add support for Intersil isl1208 RTC Signed-off-by: Tor Krill --- drivers/rtc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/rtc/Makefile') 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) -- cgit v1.2.1