aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2011-01-22 00:21:25 +0100
committerGreg Ungerer <gerg@uclinux.org>2011-02-08 15:07:45 +1000
commit4157a04d5d7def8661559cd98eb285a520d50075 (patch)
tree26e5cd20fbfc8c2997c9063236f0199577801bf8 /drivers/watchdog/Makefile
parentm68knommu: fix m548x_wdt.c compilation after headers renaming (diff)
downloadlinux-dev-4157a04d5d7def8661559cd98eb285a520d50075.tar.xz
linux-dev-4157a04d5d7def8661559cd98eb285a520d50075.zip
m68knommu: Rename m548x_wdt.c to m54xx_wdt.c
All m548x files were renamed to m54xx, except m548x_wdt.c. Fix that. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.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 dd776651917c..20e44c4782b3 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -106,7 +106,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
# M32R Architecture
# M68K Architecture
-obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o
+obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o
# MIPS Architecture
obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o