diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-11-03 17:07:28 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-01-12 16:51:35 +0300 |
commit | 88cce427626070f7d7eb33994e3ff7b4db3292c5 (patch) | |
tree | aa850dddf757ecf9455cbbe4ab77fee54a4e1ef3 /drivers/watchdog/Makefile | |
parent | f8394f61c66f48b1fe9d6964ddce492d7f9a4cd9 (diff) | |
download | linux-88cce427626070f7d7eb33994e3ff7b4db3292c5.tar.xz |
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 # M32R Architecture # M68K Architecture - -# M68KNOMMU Architecture +obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o # MIPS Architecture obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o |