diff options
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 27b4bd884066..c00741a0bf10 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -58,6 +58,7 @@ obj-$(CONFIG_RTC_DRV_HID_SENSOR_TIME) += rtc-hid-sensor-time.o | |||
58 | obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o | 58 | obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o |
59 | obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o | 59 | obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o |
60 | obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o | 60 | obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o |
61 | obj-$(CONFIG_RTC_DRV_ISL12057) += rtc-isl12057.o | ||
61 | obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o | 62 | obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o |
62 | obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o | 63 | obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o |
63 | obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o | 64 | obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o |
@@ -117,6 +118,7 @@ obj-$(CONFIG_RTC_DRV_STARFIRE) += rtc-starfire.o | |||
117 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o | 118 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o |
118 | obj-$(CONFIG_RTC_DRV_STMP) += rtc-stmp3xxx.o | 119 | obj-$(CONFIG_RTC_DRV_STMP) += rtc-stmp3xxx.o |
119 | obj-$(CONFIG_RTC_DRV_SUN4V) += rtc-sun4v.o | 120 | obj-$(CONFIG_RTC_DRV_SUN4V) += rtc-sun4v.o |
121 | obj-$(CONFIG_RTC_DRV_SUNXI) += rtc-sunxi.o | ||
120 | obj-$(CONFIG_RTC_DRV_TEGRA) += rtc-tegra.o | 122 | obj-$(CONFIG_RTC_DRV_TEGRA) += rtc-tegra.o |
121 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o | 123 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o |
122 | obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o | 124 | obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o |