diff options
author | David George <david.george@ska.ac.za> | 2011-06-02 11:43:45 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 03:17:32 -0400 |
commit | 731b4cace10f105a81d622b70f9a35f577612d63 (patch) | |
tree | 7e575b889382ffd00ab2cf14f614cf525420550b /drivers/hwmon/Makefile | |
parent | 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff) |
hwmon: Driver for MAX1668
This patch adds support for MAX1668 and compatible temperature sensors.
Signed-off-by: David George <david.george@ska.ac.za>
[guenter.roeck@ericsson.com: minor cleanup of probe error path]
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.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 28061cfa0cdb..a6d519e568c0 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -87,6 +87,7 @@ obj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o | |||
87 | obj-$(CONFIG_SENSORS_MAX1111) += max1111.o | 87 | obj-$(CONFIG_SENSORS_MAX1111) += max1111.o |
88 | obj-$(CONFIG_SENSORS_MAX16065) += max16065.o | 88 | obj-$(CONFIG_SENSORS_MAX16065) += max16065.o |
89 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o | 89 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o |
90 | obj-$(CONFIG_SENSORS_MAX1668) += max1668.o | ||
90 | obj-$(CONFIG_SENSORS_MAX6639) += max6639.o | 91 | obj-$(CONFIG_SENSORS_MAX6639) += max6639.o |
91 | obj-$(CONFIG_SENSORS_MAX6642) += max6642.o | 92 | obj-$(CONFIG_SENSORS_MAX6642) += max6642.o |
92 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o | 93 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o |