diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2011-06-28 11:11:23 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 03:17:35 -0400 |
commit | fffd80ccc1e6c7e5f13741e17a7d80582ae21fcc (patch) | |
tree | 6c3b9d74a4f1cc21a2f60ac022e115c833b8ba78 /drivers/hwmon/Makefile | |
parent | 2ef017935d698b1c7c7421a7ebe20579d8f904dd (diff) |
hwmon: LM95245 driver
A hwmon driver for the National Semiconductor LM95245 dual temperature
sensors chip.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
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 1b7dc770aa60..9a4473993845 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -80,6 +80,7 @@ obj-$(CONFIG_SENSORS_LM90) += lm90.o | |||
80 | obj-$(CONFIG_SENSORS_LM92) += lm92.o | 80 | obj-$(CONFIG_SENSORS_LM92) += lm92.o |
81 | obj-$(CONFIG_SENSORS_LM93) += lm93.o | 81 | obj-$(CONFIG_SENSORS_LM93) += lm93.o |
82 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o | 82 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o |
83 | obj-$(CONFIG_SENSORS_LM95245) += lm95245.o | ||
83 | obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o | 84 | obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o |
84 | obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o | 85 | obj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o |
85 | obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o | 86 | obj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o |