aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/Makefile
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2016-07-04 18:54:04 -0700
committerJonathan Cameron <jic23@kernel.org>2016-07-10 14:44:03 +0100
commit1f25ca11d84a3aa01b2b12a419a1385c2f5513bc (patch)
treeddbe91373f5aa5f96e799851d3e79d307a1039b4 /drivers/iio/temperature/Makefile
parent0ddfd857130d16b1fb1e45c5ab2321a65738d70b (diff)
iio: temperature: add support for Maxim thermocouple chips
Add initial driver support for MAX6675, and MAX31855 thermocouple chips. Cc: Marek Vasut <marex@denx.de> Cc: Matt Porter <mporter@konsulko.com> Signed-off-by: Matt Ranostay <mranostay@gmail.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 02bc79d49b24..78c3de0dc3f0 100644
--- a/drivers/iio/temperature/Makefile
+++ b/drivers/iio/temperature/Makefile
@@ -2,6 +2,7 @@
# Makefile for industrial I/O temperature drivers
#
+obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o
obj-$(CONFIG_MLX90614) += mlx90614.o
obj-$(CONFIG_TMP006) += tmp006.o
obj-$(CONFIG_TSYS01) += tsys01.o