diff options
author | Mark M. Hoffman <mhoffman@lightlink.com> | 2005-07-15 21:38:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 12:14:07 -0400 |
commit | 1236441f38b6a98caf4c7983e7efdecc2d1527b5 (patch) | |
tree | 496a7e86fc0da92812205e2783f41d3f860c362c /drivers/hwmon/Makefile | |
parent | 8dd2d2ca7fafdedaebd1862e954fccaef212f1e1 (diff) |
[PATCH] I2C hwmon: hwmon sysfs class
This patch adds the sysfs class "hwmon" for use by hardware monitoring
(sensors) chip drivers. It also fixes up the related Kconfig/Makefile
bits.
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 2781403a0236..bd1bd59eb149 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -2,6 +2,8 @@ | |||
2 | # Makefile for sensor chip drivers. | 2 | # Makefile for sensor chip drivers. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_HWMON) += hwmon.o | ||
6 | |||
5 | # 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. |
6 | obj-$(CONFIG_SENSORS_ASB100) += asb100.o | 8 | obj-$(CONFIG_SENSORS_ASB100) += asb100.o |
7 | obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o | 9 | obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o |