Makefile (33c050c586fec34dae36eb314bfc3a2c44654c05) | Makefile (01480701d5cef5b3b0f8406d2eab1eaff82f9d5c) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o 37obj-$(CONFIG_SA1100_WATCHDOG) += sa1100_wdt.o 38obj-$(CONFIG_MPCORE_WATCHDOG) += mpcore_wdt.o 39obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o 40obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o 41obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o 42obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o 43obj-$(CONFIG_ORION_WATCHDOG) += orion_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 --- 27 unchanged lines hidden (view full) --- 36obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o 37obj-$(CONFIG_SA1100_WATCHDOG) += sa1100_wdt.o 38obj-$(CONFIG_MPCORE_WATCHDOG) += mpcore_wdt.o 39obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o 40obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o 41obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o 42obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o 43obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o |
44obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o |
|
44 45# AVR32 Architecture 46obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o 47 48# BLACKFIN Architecture 49obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o 50 51# CRIS Architecture --- 88 unchanged lines hidden --- | 45 46# AVR32 Architecture 47obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o 48 49# BLACKFIN Architecture 50obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o 51 52# CRIS Architecture --- 88 unchanged lines hidden --- |