xref: /openbmc/linux/drivers/iio/temperature/Makefile (revision 23c2b932)
1#
2# Makefile for industrial I/O temperature drivers
3#
4
5obj-$(CONFIG_MLX90614) += mlx90614.o
6obj-$(CONFIG_TMP006) += tmp006.o
7obj-$(CONFIG_TSYS01) += tsys01.o
8obj-$(CONFIG_TSYS02D) += tsys02d.o
9