diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 01:16:43 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 08:44:52 -0800 |
commit | edf1aaa31fc52ade0da7b6d1f2dffc17f0bdb9ff (patch) | |
tree | 2bd1729cc36c40678dff7f7d422c7354be89edbc /drivers/rtc/Makefile | |
parent | a95579cd4b40a4e062e187d931f498145551ee29 (diff) | |
download | op-kernel-dev-edf1aaa31fc52ade0da7b6d1f2dffc17f0bdb9ff.zip op-kernel-dev-edf1aaa31fc52ade0da7b6d1f2dffc17f0bdb9ff.tar.gz |
[PATCH] RTC subsystem: DS1672 driver
Driver for the Dallas/Maxim DS1672 chip, found on the Loft
(http://www.giantshoulderinc.com).
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index d5ea0ed..f3fd5b0 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -13,4 +13,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 |