diff options
author | James Chapman <jchapman@katalix.com> | 2005-08-17 03:01:33 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2005-09-10 15:03:04 -0400 |
commit | 3be10211abcb631ba9631274d6cfe6e5b1e8559c (patch) | |
tree | 4688fbda4de0235b8f31000d35e521d14e27c393 /drivers/char/watchdog/Makefile | |
parent | 180536f8274b76d69a589ab9af4b73d3b780e62f (diff) |
[WATCHDOG] mv64x60_wdt.patch
Add mv64x60 (Marvell Discovery) watchdog support.
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r-- | drivers/char/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile index fbd5cf63064b..2373e1710ae7 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile | |||
@@ -50,6 +50,7 @@ obj-$(CONFIG_MACHZ_WDT) += machzwd.o | |||
50 | 50 | ||
51 | # PowerPC Architecture | 51 | # PowerPC Architecture |
52 | obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o | 52 | obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o |
53 | obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o | ||
53 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o | 54 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o |
54 | 55 | ||
55 | # PPC64 Architecture | 56 | # PPC64 Architecture |