diff options
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 d3a33aa2696f..465db4dd50b2 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -23,6 +23,7 @@ obj-$(CONFIG_RTC_DRV_BFIN) += rtc-bfin.o | |||
23 | obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o | 23 | obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o |
24 | obj-$(CONFIG_RTC_DRV_DS1216) += rtc-ds1216.o | 24 | obj-$(CONFIG_RTC_DRV_DS1216) += rtc-ds1216.o |
25 | obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o | 25 | obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o |
26 | obj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o | ||
26 | obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o | 27 | obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o |
27 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o | 28 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o |
28 | obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o | 29 | obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o |