diff options
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index e352bbb7630b..0cd47867b194 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -83,6 +83,7 @@ obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o | |||
83 | obj-$(CONFIG_SBC8360_WDT) += sbc8360.o | 83 | obj-$(CONFIG_SBC8360_WDT) += sbc8360.o |
84 | obj-$(CONFIG_SBC7240_WDT) += sbc7240_wdt.o | 84 | obj-$(CONFIG_SBC7240_WDT) += sbc7240_wdt.o |
85 | obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o | 85 | obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o |
86 | obj-$(CONFIG_SMSC_SCH311X_WDT) += sch311x_wdt.o | ||
86 | obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o | 87 | obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o |
87 | obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o | 88 | obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o |
88 | obj-$(CONFIG_W83697HF_WDT) += w83697hf_wdt.o | 89 | obj-$(CONFIG_W83697HF_WDT) += w83697hf_wdt.o |