diff options
author | Wu, Bryan <bryan.wu@analog.com> | 2007-05-06 17:50:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:12:58 -0400 |
commit | 8cc75c9a1498913d668b6d3559940c6837cee8bf (patch) | |
tree | 1eafc75f1f5481ed809959024edb64f83c96fdf2 /drivers/rtc/Makefile | |
parent | 0851a2848cfd40012063ca9cf86fb67b7bebceff (diff) |
Blackfin: on-chip RTC controller driver
This patch implements the driver necessary use the Analog Devices Blackfin
processor's on-chip RTC controller.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
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 92bfe1b3a5fa..9218cf28d6ed 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -38,3 +38,4 @@ obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o | |||
38 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o | 38 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o |
39 | obj-$(CONFIG_RTC_DRV_AT91RM9200)+= rtc-at91rm9200.o | 39 | obj-$(CONFIG_RTC_DRV_AT91RM9200)+= rtc-at91rm9200.o |
40 | obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o | 40 | obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o |
41 | obj-$(CONFIG_RTC_DRV_BFIN) += rtc-bfin.o | ||