diff options
author | Hans-Juergen Koch <hjk@linutronix.de> | 2007-05-08 11:22:00 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-08 11:22:00 -0400 |
commit | d20620de0c3de622a9d6a841725bafaed6d1aec2 (patch) | |
tree | 5dbd1f0f04b44c0af6711b28a4fccc41b8bdaace /drivers/hwmon/Makefile | |
parent | e84cfbcbe830c20af030fd7ba37edf8ed88fda5f (diff) |
hwmon: New max6650 driver
This driver supports the Maxim MAX6650 and MAX6651 fan speed
monitoring and control chips.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 4165c27a2f25..bbbe86bf5da1 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -43,6 +43,7 @@ obj-$(CONFIG_SENSORS_LM87) += lm87.o | |||
43 | obj-$(CONFIG_SENSORS_LM90) += lm90.o | 43 | obj-$(CONFIG_SENSORS_LM90) += lm90.o |
44 | obj-$(CONFIG_SENSORS_LM92) += lm92.o | 44 | obj-$(CONFIG_SENSORS_LM92) += lm92.o |
45 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o | 45 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o |
46 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o | ||
46 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o | 47 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o |
47 | obj-$(CONFIG_SENSORS_PC87427) += pc87427.o | 48 | obj-$(CONFIG_SENSORS_PC87427) += pc87427.o |
48 | obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o | 49 | obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o |