diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-03-27 01:16:42 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 08:44:51 -0800 |
commit | a95579cd4b40a4e062e187d931f498145551ee29 (patch) | |
tree | f7c47f1e27210194448d2fe48c32ac8244ee41ac /drivers/rtc/Makefile | |
parent | 1fec7c66ba98fc3a04e15fd14fad6b404e56fc94 (diff) |
[PATCH] RTC subsystem: test device/driver
Interrupts can be generated by
echo "alarm|tick|update" >/sys/class/rtc/rtcX/device/irq
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 eaf89b22db7a..d5ea0ed81905 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -12,4 +12,5 @@ obj-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o obj-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o +obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o |