diff options
| author | Tomas Pop <Tomas.Pop@sensirion.com> | 2014-06-05 18:24:19 -0400 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2014-06-12 11:36:48 -0400 |
| commit | 1a539d372edd9832444e7a3daa710c444c014dc9 (patch) | |
| tree | ae4029bc700a6f66752276477f00f39cd4b6dee5 /drivers/hwmon/Makefile | |
| parent | 31e3879127d4db56ad445fd948ca39c393ee65d7 (diff) | |
hwmon: add support for Sensirion SHTC1 sensor
Add support for Sensirion SHTC1 and compatible temperature and humidity
sensors.
Signed-off-by: Tomas Pop <tomas.pop@sensirion.com>
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 11798ad7e801..3dc0f02f71d2 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
| @@ -126,6 +126,7 @@ obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o | |||
| 126 | obj-$(CONFIG_SENSORS_SCH5636) += sch5636.o | 126 | obj-$(CONFIG_SENSORS_SCH5636) += sch5636.o |
| 127 | obj-$(CONFIG_SENSORS_SHT15) += sht15.o | 127 | obj-$(CONFIG_SENSORS_SHT15) += sht15.o |
| 128 | obj-$(CONFIG_SENSORS_SHT21) += sht21.o | 128 | obj-$(CONFIG_SENSORS_SHT21) += sht21.o |
| 129 | obj-$(CONFIG_SENSORS_SHTC1) += shtc1.o | ||
| 129 | obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o | 130 | obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o |
| 130 | obj-$(CONFIG_SENSORS_SMM665) += smm665.o | 131 | obj-$(CONFIG_SENSORS_SMM665) += smm665.o |
| 131 | obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o | 132 | obj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o |
