aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorAlessandro Zummo <a.zummo@towertech.it>2006-03-27 01:16:34 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-27 08:44:50 -0800
commitc58411e95d7f5062dedd1a3064af4d359da1e633 (patch)
tree8816ec8e20ae8b1d622b41bc1e7e74c2bbd1f34d /drivers/rtc/Makefile
parent[PATCH] mips: fixed collision of rtc function name (diff)
downloadlinux-dev-c58411e95d7f5062dedd1a3064af4d359da1e633.tar.xz
linux-dev-c58411e95d7f5062dedd1a3064af4d359da1e633.zip
[PATCH] RTC Subsystem: library functions
RTC and date/time related functions. 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/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
new file mode 100644
index 000000000000..eb9ad77c3e95
--- /dev/null
+++ b/drivers/rtc/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for RTC class/drivers.
+#
+
+obj-$(CONFIG_RTC_LIB) += rtc-lib.o