aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorJose Miguel Goncalves <jose.goncalves@inov.pt>2005-09-06 20:05:30 -0400
committerWim Van Sebroeck <wim@iguana.be>2005-09-12 03:34:39 -0400
commitb4cc4aa24ca47b6a2bdb9029020502cff7c6e774 (patch)
tree7b621a12b7266599b7ee54ef74f7040f8919e2e3 /drivers/char/watchdog/Makefile
parent3809ad384af43ad883f47ee22a6faa33cedd61bc (diff)
[WATCHDOG] w83977f-watchdog-driver.patch
In a project for my company I've needed to use the watchdog device in a PCM-5335 SBC from AAEON. The watchdog timer is from a Winbond's SuperIO chip, the W83977F. I've made this driver based on two others already on the kernel tree, the w83877f_wdt and the wdt977. Signed-off-by: Jose Goncalves <jose.goncalves@inov.pt> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r--drivers/char/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile
index c7f74026bd3c..3ca8a12a1510 100644
--- a/drivers/char/watchdog/Makefile
+++ b/drivers/char/watchdog/Makefile
@@ -49,6 +49,7 @@ obj-$(CONFIG_SBC8360_WDT) += sbc8360.o
49obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o 49obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
50obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o 50obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
51obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o 51obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o
52obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o
52obj-$(CONFIG_MACHZ_WDT) += machzwd.o 53obj-$(CONFIG_MACHZ_WDT) += machzwd.o
53 54
54# PowerPC Architecture 55# PowerPC Architecture