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 e0ef123fbdea..e2e4bcf0a56e 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -71,6 +71,7 @@ ifeq ($(CONFIG_ITCO_VENDOR_SUPPORT),y) | |||
71 | obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o | 71 | obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o |
72 | endif | 72 | endif |
73 | obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o | 73 | obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o |
74 | obj-$(CONFIG_IT87_WDT) += it87_wdt.o | ||
74 | obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o | 75 | obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o |
75 | obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o | 76 | obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o |
76 | obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o | 77 | obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o |