diff options
author | Kevin Lo <kevlo@kevlo.org> | 2007-11-23 09:31:52 +0800 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-07 20:39:40 -0500 |
commit | 85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671 (patch) | |
tree | 2e71c1f5edbbb9e78237da39f208514656c873a1 /drivers/hwmon/Makefile | |
parent | ce9c2f449b9e6b68d3a71ba146d64c44c8945d8d (diff) | |
download | op-kernel-dev-85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671.zip op-kernel-dev-85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671.tar.gz |
hwmon: Add support for Winbond W83L786NG/NR
Signed-off-by: Kevin Lo <kevlo@kevlo.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 55595f6..77a3e09 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -68,6 +68,7 @@ obj-$(CONFIG_SENSORS_VT1211) += vt1211.o obj-$(CONFIG_SENSORS_VT8231) += vt8231.o obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o +obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) EXTRA_CFLAGS += -DDEBUG |