diff options
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 c44363355c2b..137aef0e29ab 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -8,4 +8,4 @@ obj-$(CONFIG_RTC_CLASS) += rtc-core.o | |||
8 | rtc-core-y := class.o interface.o | 8 | rtc-core-y := class.o interface.o |
9 | 9 | ||
10 | obj-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o | 10 | obj-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o |
11 | 11 | obj-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o | |