aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-29 18:40:24 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-29 18:40:24 -0400
commit957183f32e136450eb9a4b8eed52dfac46834eed (patch)
tree8c0b70602f1c2043e5bab7337580ca666e70ca99 /drivers/watchdog/Makefile
parente42311d75107ca78868ded0286b691aad2df1f29 (diff)
riowatchdog: Move under drivers/watchdog
The config stuff was already in drivers/watchdog/Kconfig Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index ca3dc043d786..57c7e8bd8c88 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -122,6 +122,8 @@ obj-$(CONFIG_SH_WDT) += shwdt.o
122 122
123# SPARC64 Architecture 123# SPARC64 Architecture
124 124
125obj-$(CONFIG_WATCHDOG_RIO) += riowd.o
126
125# XTENSA Architecture 127# XTENSA Architecture
126 128
127# Architecture Independant 129# Architecture Independant