diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 01:16:45 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 08:44:52 -0800 |
commit | fd507e2ff3a5adaccbefa05f4bc9f58f44e930db (patch) | |
tree | e34d6ada2e2da94afd73f018e3ac098593bc63f2 /drivers/rtc/Makefile | |
parent | 7520b94debdc61620e1582fb4f5cca4a830f91cd (diff) |
[PATCH] RTC subsystem: EP93XX driver
This patch adds a driver for the RTC embedded in the Cirrus Logic EP93XX
family of processors.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index d2b4b173559..38b4d87939e 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -16,4 +16,4 @@ obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o obj-$(CONFIG_RTC_DRV_PCF8563) += rtc-pcf8563.o obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o - +obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o |