summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/Makefile
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2015-09-06 23:27:39 +0300
committerJonathan Cameron <jic23@kernel.org>2015-09-23 22:23:19 +0300
commit4839367d99e3b067d3c2e9404ae320c100d090c7 (patch)
tree4e3686a7bd48708af297c252adcbc9f85c6e3a37 /drivers/iio/humidity/Makefile
parent7db75fd615a6d77230315c52f9c79b2102ef2bfe (diff)
downloadlinux-4839367d99e3b067d3c2e9404ae320c100d090c7.tar.xz
iio: humidity: add HDC100x support
Add support for the HDC100x temperature and humidity sensors including the resistive heater element. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity/Makefile')
-rw-r--r--drivers/iio/humidity/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Makefile b/drivers/iio/humidity/Makefile
index 86e2d26e9f4d..3e62c0a12d5e 100644
--- a/drivers/iio/humidity/Makefile
+++ b/drivers/iio/humidity/Makefile
@@ -3,5 +3,6 @@
#
obj-$(CONFIG_DHT11) += dht11.o
+obj-$(CONFIG_HDC100X) += hdc100x.o
obj-$(CONFIG_SI7005) += si7005.o
obj-$(CONFIG_SI7020) += si7020.o