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 72f3e2073f8e..e30289a5e367 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -114,6 +114,8 @@ obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o | |||
114 | obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o | 114 | obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o |
115 | obj-$(CONFIG_AR7_WDT) += ar7_wdt.o | 115 | obj-$(CONFIG_AR7_WDT) += ar7_wdt.o |
116 | obj-$(CONFIG_TXX9_WDT) += txx9wdt.o | 116 | obj-$(CONFIG_TXX9_WDT) += txx9wdt.o |
117 | obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o | ||
118 | octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o | ||
117 | 119 | ||
118 | # PARISC Architecture | 120 | # PARISC Architecture |
119 | 121 | ||