mirror of https://github.com/OpenIPC/firmware.git
12 lines
554 B
Diff
12 lines
554 B
Diff
diff -drupN a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
|
|
--- a/drivers/watchdog/Makefile 2017-10-21 18:09:07.000000000 +0300
|
|
+++ b/drivers/watchdog/Makefile 2022-06-09 05:02:34.000000000 +0300
|
|
@@ -139,6 +139,7 @@ obj-$(CONFIG_BCM63XX_WDT) += bcm63xx_wdt
|
|
obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o
|
|
obj-$(CONFIG_INDYDOG) += indydog.o
|
|
obj-$(CONFIG_JZ4740_WDT) += jz4740_wdt.o
|
|
+obj-$(CONFIG_INGENIC_WDT) += ingenic_wdt.o
|
|
obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
|
|
obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o
|
|
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
|