diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-03-10 16:54:19 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-07 21:16:42 -0700 |
commit | e1eb49063b301fd885fca63e2f24d1dac1d65d0e (patch) | |
tree | e6034cb4c87e86612199cf1ad5fe280d4d2e6e9a /drivers/hwmon/Makefile | |
parent | a1fac92b8b2c439678424f7660f066341607a82a (diff) | |
download | linux-e1eb49063b301fd885fca63e2f24d1dac1d65d0e.tar.bz2 |
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 obj-$(CONFIG_SENSORS_LM90) += lm90.o obj-$(CONFIG_SENSORS_LM92) += lm92.o obj-$(CONFIG_SENSORS_LM93) += lm93.o +obj-$(CONFIG_SENSORS_LM95234) += lm95234.o obj-$(CONFIG_SENSORS_LM95241) += lm95241.o obj-$(CONFIG_SENSORS_LM95245) += lm95245.o obj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o |