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 b5c3d3996444..36586c28cefc 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -25,6 +25,7 @@ obj-$(CONFIG_RTC_DRV_DS1216) += rtc-ds1216.o | |||
25 | obj-$(CONFIG_RTC_DRV_DS1302) += rtc-ds1302.o | 25 | obj-$(CONFIG_RTC_DRV_DS1302) += rtc-ds1302.o |
26 | obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o | 26 | obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o |
27 | obj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o | 27 | obj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o |
28 | obj-$(CONFIG_RTC_DRV_DS1511) += rtc-ds1511.o | ||
28 | obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o | 29 | obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o |
29 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o | 30 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o |
30 | obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o | 31 | obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o |