Makefile (8460b3e5bc64955aeefdd8357b3bf7b5ff79b3f2) Makefile (f865c35224bb310a1b464062ae1e946d261708e3)
1#
2# Makefile for the WatchDog device drivers.
3#
4
5# Only one watchdog can succeed. We probe the ISA/PCI/USB based
6# watchdog-cards first, then the architecture specific watchdog
7# drivers and then the architecture independant "softdog" driver.
8# This means that if your ISA/PCI/USB card isn't detected that

--- 100 unchanged lines hidden (view full) ---

109obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o
110
111# MIPS Architecture
112obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o
113obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o
114obj-$(CONFIG_BCM63XX_WDT) += bcm63xx_wdt.o
115obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o
116obj-$(CONFIG_INDYDOG) += indydog.o
1#
2# Makefile for the WatchDog device drivers.
3#
4
5# Only one watchdog can succeed. We probe the ISA/PCI/USB based
6# watchdog-cards first, then the architecture specific watchdog
7# drivers and then the architecture independant "softdog" driver.
8# This means that if your ISA/PCI/USB card isn't detected that

--- 100 unchanged lines hidden (view full) ---

109obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o
110
111# MIPS Architecture
112obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o
113obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o
114obj-$(CONFIG_BCM63XX_WDT) += bcm63xx_wdt.o
115obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o
116obj-$(CONFIG_INDYDOG) += indydog.o
117obj-$(CONFIG_JZ4740_WDT) += jz4740_wdt.o
117obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
118obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o
119obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
120obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
121obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
122obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o
123octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o
124

--- 31 unchanged lines hidden ---
118obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
119obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o
120obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
121obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
122obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
123obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o
124octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o
125

--- 31 unchanged lines hidden ---