162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for IIO humidity sensor drivers 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_AM2315) += am2315.o 762306a36Sopenharmony_ciobj-$(CONFIG_DHT11) += dht11.o 862306a36Sopenharmony_ciobj-$(CONFIG_HDC100X) += hdc100x.o 962306a36Sopenharmony_ciobj-$(CONFIG_HDC2010) += hdc2010.o 1062306a36Sopenharmony_ciobj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_cihts221-y := hts221_core.o \ 1362306a36Sopenharmony_ci hts221_buffer.o 1462306a36Sopenharmony_ciobj-$(CONFIG_HTS221) += hts221.o 1562306a36Sopenharmony_ciobj-$(CONFIG_HTS221_I2C) += hts221_i2c.o 1662306a36Sopenharmony_ciobj-$(CONFIG_HTS221_SPI) += hts221_spi.o 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciobj-$(CONFIG_HTU21) += htu21.o 1962306a36Sopenharmony_ciobj-$(CONFIG_SI7005) += si7005.o 2062306a36Sopenharmony_ciobj-$(CONFIG_SI7020) += si7020.o 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciccflags-y += -I$(srctree)/drivers/iio/common/hid-sensors 23