diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-03-10 19:54:19 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 00:16:42 -0400 |
commit | e1eb49063b301fd885fca63e2f24d1dac1d65d0e (patch) | |
tree | e6034cb4c87e86612199cf1ad5fe280d4d2e6e9a /drivers/hwmon/Makefile | |
parent | a1fac92b8b2c439678424f7660f066341607a82a (diff) |
hwmon: Add driver for LM95234
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 82975724d3af..5c71fe6a9c79 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -88,6 +88,7 @@ obj-$(CONFIG_SENSORS_LM87) += lm87.o | |||
88 | obj-$(CONFIG_SENSORS_LM90) += lm90.o | 88 | obj-$(CONFIG_SENSORS_LM90) += lm90.o |
89 | obj-$(CONFIG_SENSORS_LM92) += lm92.o | 89 | obj-$(CONFIG_SENSORS_LM92) += lm92.o |
90 | obj-$(CONFIG_SENSORS_LM93) += lm93.o | 90 | obj-$(CONFIG_SENSORS_LM93) += lm93.o |
91 | obj-$(CONFIG_SENSORS_LM95234) += lm95234.o | ||
91 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o | 92 | obj-$(CONFIG_SENSORS_LM95241) += lm95241.o |
92 | obj-$(CONFIG_SENSORS_LM95245) += lm95245.o | 93 | obj-$(CONFIG_SENSORS_LM95245) += lm95245.o |
93 | obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o | 94 | obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o |