aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index fb919bfb2824ef..d7c5eff4ce6c2b 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -67,6 +67,9 @@ obj-$(CONFIG_SGI_DS1286) += ds1286.o
obj-$(CONFIG_SGI_IP27_RTC) += ip27-rtc.o
obj-$(CONFIG_DS1302) += ds1302.o
obj-$(CONFIG_S3C2410_RTC) += s3c2410-rtc.o
+obj-$(CONFIG_RTC_9701JE) += rtc9701_rtc.o
+obj-$(CONFIG_RS5C313_RTC) += rs5c313_rtc.o
+obj-$(CONFIG_SH03_RTC) += sh03rtc.o
ifeq ($(CONFIG_GENERIC_NVRAM),y)
obj-$(CONFIG_NVRAM) += generic_nvram.o
else