162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for industrial I/O temperature drivers 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_IQS620AT_TEMP) += iqs620at-temp.o 762306a36Sopenharmony_ciobj-$(CONFIG_LTC2983) += ltc2983.o 862306a36Sopenharmony_ciobj-$(CONFIG_HID_SENSOR_TEMP) += hid-sensor-temperature.o 962306a36Sopenharmony_ciobj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o 1062306a36Sopenharmony_ciobj-$(CONFIG_MAX30208) += max30208.o 1162306a36Sopenharmony_ciobj-$(CONFIG_MAX31856) += max31856.o 1262306a36Sopenharmony_ciobj-$(CONFIG_MAX31865) += max31865.o 1362306a36Sopenharmony_ciobj-$(CONFIG_MLX90614) += mlx90614.o 1462306a36Sopenharmony_ciobj-$(CONFIG_MLX90632) += mlx90632.o 1562306a36Sopenharmony_ciobj-$(CONFIG_TMP006) += tmp006.o 1662306a36Sopenharmony_ciobj-$(CONFIG_TMP007) += tmp007.o 1762306a36Sopenharmony_ciobj-$(CONFIG_TMP117) += tmp117.o 1862306a36Sopenharmony_ciobj-$(CONFIG_TSYS01) += tsys01.o 1962306a36Sopenharmony_ciobj-$(CONFIG_TSYS02D) += tsys02d.o 20