Makefile (8b3f6af86378d0a10ca2f1ded1da124aef13b62c) | Makefile (38461c5c084ec9119f481f27629d84283733b82a) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o 41obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o 42obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o 43obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o 44obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o 45obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o 46obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o 47obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.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 --- 31 unchanged lines hidden (view full) --- 40obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o 41obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o 42obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o 43obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o 44obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o 45obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o 46obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o 47obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o |
48obj-$(CONFIG_ADX_WATCHDOG) += adx_wdt.o |
|
48 49# AVR32 Architecture 50obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o 51 52# BLACKFIN Architecture 53obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o 54 55# CRIS Architecture --- 91 unchanged lines hidden --- | 49 50# AVR32 Architecture 51obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o 52 53# BLACKFIN Architecture 54obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o 55 56# CRIS Architecture --- 91 unchanged lines hidden --- |