diff options
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index c569ec8f8a76..5c19294d1c30 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -63,6 +63,7 @@ obj-$(CONFIG_QCOM_WDT) += qcom-wdt.o | |||
63 | obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o | 63 | obj-$(CONFIG_BCM_KONA_WDT) += bcm_kona_wdt.o |
64 | obj-$(CONFIG_TEGRA_WATCHDOG) += tegra_wdt.o | 64 | obj-$(CONFIG_TEGRA_WATCHDOG) += tegra_wdt.o |
65 | obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o | 65 | obj-$(CONFIG_MESON_WATCHDOG) += meson_wdt.o |
66 | obj-$(CONFIG_MEDIATEK_WATCHDOG) += mtk_wdt.o | ||
66 | 67 | ||
67 | # AVR32 Architecture | 68 | # AVR32 Architecture |
68 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o | 69 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |
@@ -142,6 +143,7 @@ obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o | |||
142 | octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o | 143 | octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o |
143 | obj-$(CONFIG_LANTIQ_WDT) += lantiq_wdt.o | 144 | obj-$(CONFIG_LANTIQ_WDT) += lantiq_wdt.o |
144 | obj-$(CONFIG_RALINK_WDT) += rt2880_wdt.o | 145 | obj-$(CONFIG_RALINK_WDT) += rt2880_wdt.o |
146 | obj-$(CONFIG_IMGPDC_WDT) += imgpdc_wdt.o | ||
145 | 147 | ||
146 | # PARISC Architecture | 148 | # PARISC Architecture |
147 | 149 | ||