aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorR.Marek@sh.cvut.cz <R.Marek@sh.cvut.cz>2005-07-27 07:43:47 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-05 12:14:13 -0400
commit5563e27d3a42667734e81c1cb8ad72bff76321f6 (patch)
treec04676ff2cd3730efeb1a5b3dda2d9df9b1c1279 /drivers/hwmon/Makefile
parent570aefc361d3315ec6749f573009286106b0b2d8 (diff)
[PATCH] I2C: W83792D driver 1/3
I would like to announce support for W83792D chip. This driver was developed by Winbond Electronics Corp. I added sysfs attributes callbacks infrastructure plus various code fixes and codingstyle cleanups. I would like to thank Winbond for supporting free software. This patch is against 2.6.13rc3 plus hwmon-class and hwmon-split. Separate patch for documantation and hwmon class register will follow. Signed-off-by: Rudolf Marek <r.marek@sh.cvut.cz> Signed-off-by: Chunhao Huang <DZShen@Winbond.com.tw> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index bd1bd59eb149..187b89d47f83 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_HWMON) += hwmon.o
7# asb100, then w83781d go first, as they can override other drivers' addresses. 7# asb100, then w83781d go first, as they can override other drivers' addresses.
8obj-$(CONFIG_SENSORS_ASB100) += asb100.o 8obj-$(CONFIG_SENSORS_ASB100) += asb100.o
9obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o 9obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o
10obj-$(CONFIG_SENSORS_W83792D) += w83792d.o
10obj-$(CONFIG_SENSORS_W83781D) += w83781d.o 11obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
11 12
12obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o 13obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o