diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-29 20:07:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 20:07:01 -0400 |
commit | 8ab0dc333eacb2249c63d1fc7c5241299fa0493f (patch) | |
tree | 5e4118de12ec27b390a5e6238d4f69378ada6092 /drivers/watchdog/Makefile | |
parent | c5f8556cb5b8ab020f234191a6071cbeeeabd638 (diff) |
cpwatchdog: Move to drivers/watchdog/cpwd.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 57c7e8bd8c88..b214612d819d 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -123,6 +123,7 @@ obj-$(CONFIG_SH_WDT) += shwdt.o | |||
123 | # SPARC64 Architecture | 123 | # SPARC64 Architecture |
124 | 124 | ||
125 | obj-$(CONFIG_WATCHDOG_RIO) += riowd.o | 125 | obj-$(CONFIG_WATCHDOG_RIO) += riowd.o |
126 | obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o | ||
126 | 127 | ||
127 | # XTENSA Architecture | 128 | # XTENSA Architecture |
128 | 129 | ||