summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorAnton Vorontsov2008-07-04 08:51:34 +0200
committerWim Van Sebroeck2008-08-06 15:06:25 +0200
commit28acd02f9f9efe44718de3bbe8be22d6dfb7e47f (patch)
treea9afe194d2d4cee5d3356f25c790b4486dd2b77a /drivers/watchdog/Makefile
parent[WATCHDOG] mpc83xx_wdt: add support for MPC86xx CPUs (diff)
downloadkernel-qcow2-linux-28acd02f9f9efe44718de3bbe8be22d6dfb7e47f.tar.gz
kernel-qcow2-linux-28acd02f9f9efe44718de3bbe8be22d6dfb7e47f.tar.xz
kernel-qcow2-linux-28acd02f9f9efe44718de3bbe8be22d6dfb7e47f.zip
[WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdt
Rename the driver because now we support some MPC86xx processors. There are no changes to the mpc83xx_wdt.c file, yet. When possible, we do file renames and changes separately (because Linus once asked so, because it helps git to track the renamed files). Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Cc: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index edd305a64e63..cdd674ffaa21 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -103,7 +103,7 @@ obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
# POWERPC Architecture
obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o
obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o
-obj-$(CONFIG_83xx_WDT) += mpc83xx_wdt.o
+obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o
obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o
obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o