summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorSven Anders2006-08-24 17:11:50 +0200
committerWim Van Sebroeck2006-10-04 22:36:02 +0200
commit485ae77dc7f484563707557ccf8c5d228980619f (patch)
treef6b24e7e0b02ea3d33744bfd19671909b197ecc1 /drivers/char/watchdog/Makefile
parent[S390] cio: improve unit check handling for internal operations (diff)
downloadkernel-qcow2-linux-485ae77dc7f484563707557ccf8c5d228980619f.tar.gz
kernel-qcow2-linux-485ae77dc7f484563707557ccf8c5d228980619f.tar.xz
kernel-qcow2-linux-485ae77dc7f484563707557ccf8c5d228980619f.zip
[WATCHDOG] Winbond SMsC37B787 watchdog driver
New watchdog driver for the Winbond SMsC37B787 chipset. Signed-off-by: Sven Anders <anders@anduras.de> 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 7f70abad465a..630526f12376 100644
--- a/drivers/char/watchdog/Makefile
+++ b/drivers/char/watchdog/Makefile
@@ -53,6 +53,7 @@ obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o
obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o
obj-$(CONFIG_SBC8360_WDT) += sbc8360.o
obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
+obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o
obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o
obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o