aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/Makefile
diff options
context:
space:
mode:
authorLudovic Tancerel <ludovic.tancerel@maplehightech.com>2015-10-01 16:13:39 +0200
committerJonathan Cameron <jic23@kernel.org>2015-10-11 10:21:20 +0100
commit2b5c53d2c958bda92310d1b371a9314f4aa8c274 (patch)
treea7271cb7fc84f3a0b9d2aa507b3df194de5975d5 /drivers/iio/humidity/Makefile
parent53bf4d067d5115ac740bdc907023afe95e449fdd (diff)
Add htu21 meas-spec driver support
Support for HTU21 temperature & humidity sensor Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.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 3e62c0a12d5e..c9f089a9a6b8 100644
--- a/drivers/iio/humidity/Makefile
+++ b/drivers/iio/humidity/Makefile
@@ -4,5 +4,6 @@
obj-$(CONFIG_DHT11) += dht11.o
obj-$(CONFIG_HDC100X) += hdc100x.o
+obj-$(CONFIG_HTU21) += htu21.o
obj-$(CONFIG_SI7005) += si7005.o
obj-$(CONFIG_SI7020) += si7020.o