summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Makefile
diff options
context:
space:
mode:
authorLudovic Tancerel <ludovic.tancerel@maplehightech.com>2015-10-01 16:13:37 +0200
committerJonathan Cameron <jic23@kernel.org>2015-10-04 15:02:28 +0100
commit43e53407f6805044bd13e8bf837e169d38ad0458 (patch)
tree3392e3c42651a7bbc7ae028d967c61aa414d3b79 /drivers/iio/temperature/Makefile
parentd574a87cc311cb01486b8947a9133814a79e2e6e (diff)
Add tsys01 meas-spec driver support
Support for TSYS01 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 40710a81158e..368a2a2ffe52 100644
--- a/drivers/iio/temperature/Makefile
+++ b/drivers/iio/temperature/Makefile
@@ -4,3 +4,4 @@
obj-$(CONFIG_MLX90614) += mlx90614.o
obj-$(CONFIG_TMP006) += tmp006.o
+obj-$(CONFIG_TSYS01) += tsys01.o