mirror of https://github.com/OpenIPC/firmware.git
11 lines
503 B
Diff
11 lines
503 B
Diff
--- linux-4.9.37/drivers/rtc/Makefile 2017-07-12 16:42:41.000000000 +0300
|
|
+++ linux-4.9.y/drivers/rtc/Makefile 2021-06-07 13:01:34.000000000 +0300
|
|
@@ -68,6 +68,7 @@
|
|
obj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o
|
|
obj-$(CONFIG_RTC_DRV_GEMINI) += rtc-gemini.o
|
|
obj-$(CONFIG_RTC_DRV_GENERIC) += rtc-generic.o
|
|
+obj-$(CONFIG_RTC_DRV_GOKE) += rtc-goke.o
|
|
obj-$(CONFIG_RTC_DRV_HID_SENSOR_TIME) += rtc-hid-sensor-time.o
|
|
obj-$(CONFIG_RTC_DRV_HYM8563) += rtc-hym8563.o
|
|
obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o
|