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 8
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 8