aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2010-11-03 10:07:28 -0400
committerWim Van Sebroeck <wim@iguana.be>2011-01-12 08:51:35 -0500
commit88cce427626070f7d7eb33994e3ff7b4db3292c5 (patch)
treeaa850dddf757ecf9455cbbe4ab77fee54a4e1ef3 /drivers/watchdog/Makefile
parentf8394f61c66f48b1fe9d6964ddce492d7f9a4cd9 (diff)
watchdog: Add MCF548x watchdog driver.
Add watchdog driver for MCF548x. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 9b6b33a02072..dd776651917c 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -106,8 +106,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
106# M32R Architecture 106# M32R Architecture
107 107
108# M68K Architecture 108# M68K Architecture
109 109obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o
110# M68KNOMMU Architecture
111 110
112# MIPS Architecture 111# MIPS Architecture
113obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o 112obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o