diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-11-03 10:07:28 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-01-12 08:51:35 -0500 |
commit | 88cce427626070f7d7eb33994e3ff7b4db3292c5 (patch) | |
tree | aa850dddf757ecf9455cbbe4ab77fee54a4e1ef3 /drivers/watchdog/Makefile | |
parent | f8394f61c66f48b1fe9d6964ddce492d7f9a4cd9 (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/Makefile | 3 |
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 | 109 | obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o | |
110 | # M68KNOMMU Architecture | ||
111 | 110 | ||
112 | # MIPS Architecture | 111 | # MIPS Architecture |
113 | obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o | 112 | obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o |