aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorAlessandro Zummo <a.zummo@towertech.it>2006-03-27 01:16:44 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-27 08:44:52 -0800
commitb5a82d628d4491558c109fbeabc2993d6686e89c (patch)
tree53200cf2e1e7f7004b4a3544ea5ac7f6025f2bf3 /drivers/rtc/Makefile
parent[PATCH] RTC subsystem: DS1672 driver (diff)
downloadlinux-dev-b5a82d628d4491558c109fbeabc2993d6686e89c.tar.xz
linux-dev-b5a82d628d4491558c109fbeabc2993d6686e89c.zip
[PATCH] RTC subsystem: PCF8563 driver
An RTC class aware driver for the Philips PCF8563 RTC and Epson RTC8564 chips. This chip is used on the Iomega NAS100D. Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 f3fd5b0cd735..bdf7e491d5ac 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -14,4 +14,5 @@ obj-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o
obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o
obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o
obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o
+obj-$(CONFIG_RTC_DRV_PCF8563) += rtc-pcf8563.o