diff options
author | Raghavendra Ganiga <ravi23ganiga@gmail.com> | 2014-06-06 17:35:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:08 -0400 |
commit | 1d6316f56d04a10f39621088f3b672a3c5528b80 (patch) | |
tree | 8f47af0ca2014982dd349161381484ac41e702b4 /drivers/rtc/Makefile | |
parent | 7abe3f5404fae84cecd851e140a2218ba9d24e4f (diff) |
drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344
Signed-off-by: Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 4545b4a88f30..660ab296b956 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -40,6 +40,7 @@ obj-$(CONFIG_RTC_DRV_DS1286) += rtc-ds1286.o | |||
40 | obj-$(CONFIG_RTC_DRV_DS1302) += rtc-ds1302.o | 40 | obj-$(CONFIG_RTC_DRV_DS1302) += rtc-ds1302.o |
41 | obj-$(CONFIG_RTC_DRV_DS1305) += rtc-ds1305.o | 41 | obj-$(CONFIG_RTC_DRV_DS1305) += rtc-ds1305.o |
42 | obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o | 42 | obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o |
43 | obj-$(CONFIG_RTC_DRV_DS1343) += rtc-ds1343.o | ||
43 | obj-$(CONFIG_RTC_DRV_DS1347) += rtc-ds1347.o | 44 | obj-$(CONFIG_RTC_DRV_DS1347) += rtc-ds1347.o |
44 | obj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o | 45 | obj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o |
45 | obj-$(CONFIG_RTC_DRV_DS1390) += rtc-ds1390.o | 46 | obj-$(CONFIG_RTC_DRV_DS1390) += rtc-ds1390.o |