diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2006-08-14 15:55:29 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-11-17 14:45:24 -0500 |
commit | 825d3748c1b5f9272e4f9769f1c2da85174ece28 (patch) | |
tree | 42f1dadaeb33326f58a5af5c21347a20df016fbd /drivers/char/watchdog/Makefile | |
parent | e033351d5359f348d2913eb83fbb37023d8f21af (diff) |
[WATCHDOG] MIPS RM9000 on-chip watchdog device
This is a driver for the on-chip watchdog device found on some
MIPS RM9000 processors.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.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 81abdfa10a07..2cd8ff8d10ac 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile | |||
@@ -73,6 +73,7 @@ obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o | |||
73 | 73 | ||
74 | # MIPS Architecture | 74 | # MIPS Architecture |
75 | obj-$(CONFIG_INDYDOG) += indydog.o | 75 | obj-$(CONFIG_INDYDOG) += indydog.o |
76 | obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o | ||
76 | 77 | ||
77 | # S390 Architecture | 78 | # S390 Architecture |
78 | 79 | ||