aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@stericsson.com>2009-05-06 09:35:40 -0400
committerWim Van Sebroeck <wim@iguana.be>2009-06-20 14:38:53 -0400
commit01480701d5cef5b3b0f8406d2eab1eaff82f9d5c (patch)
tree997360c61a0d56d5cf0e1592d89c7212072bc098 /drivers/watchdog/Makefile
parent33c050c586fec34dae36eb314bfc3a2c44654c05 (diff)
[WATCHDOG] U300 COH 901 327 watchdog driver
This patch adds support for the U300 COH 901 327 watchdog for the U300 platform recently added to RMK:s ARM tree. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 7231a1500860..c3a22d3d5498 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o
41obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o 41obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
42obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o 42obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o
43obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o 43obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o
44obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
44 45
45# AVR32 Architecture 46# AVR32 Architecture
46obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o 47obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o