aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/Makefile
diff options
context:
space:
mode:
authorLudovic Tancerel <ludovic.tancerel@maplehightech.com>2015-10-01 16:13:38 +0200
committerJonathan Cameron <jic23@kernel.org>2015-10-11 10:21:19 +0100
commit53bf4d067d5115ac740bdc907023afe95e449fdd (patch)
treee5b8cfed754a35dda545ba0329f0eb13a1f27391 /drivers/iio/temperature/Makefile
parent43e53407f6805044bd13e8bf837e169d38ad0458 (diff)
Add tsys02d meas-spec driver support
Support for TSYS02D temperature sensor Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature/Makefile')
-rw-r--r--drivers/iio/temperature/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Makefile b/drivers/iio/temperature/Makefile
index 368a2a2ffe52..02bc79d49b24 100644
--- a/drivers/iio/temperature/Makefile
+++ b/drivers/iio/temperature/Makefile
@@ -5,3 +5,4 @@
obj-$(CONFIG_MLX90614) += mlx90614.o
obj-$(CONFIG_TMP006) += tmp006.o
obj-$(CONFIG_TSYS01) += tsys01.o
+obj-$(CONFIG_TSYS02D) += tsys02d.o