blob: ae4204995017ff687c08a2b91d1523bef062a9cf [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Harald Geyer091a1212013-12-01 15:04:00 +00002#
3# Makefile for IIO humidity sensor drivers
4#
5
Tiberiu Breana366a3272016-04-18 17:50:43 +03006obj-$(CONFIG_AM2315) += am2315.o
Harald Geyer091a1212013-12-01 15:04:00 +00007obj-$(CONFIG_DHT11) += dht11.o
Matt Ranostay48393672015-09-06 13:27:39 -07008obj-$(CONFIG_HDC100X) += hdc100x.o
Song Hongyand7ed89d2017-03-20 22:28:45 +08009obj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o
Lorenzo Bianconie4a70e32016-10-13 22:06:04 +020010
11hts221-y := hts221_core.o \
12 hts221_buffer.o
13obj-$(CONFIG_HTS221) += hts221.o
14obj-$(CONFIG_HTS221_I2C) += hts221_i2c.o
15obj-$(CONFIG_HTS221_SPI) += hts221_spi.o
16
Ludovic Tancerel2b5c53d2015-10-01 16:13:39 +020017obj-$(CONFIG_HTU21) += htu21.o
Peter Meerwald049973b2014-10-01 12:03:00 +010018obj-$(CONFIG_SI7005) += si7005.o
David Barksdale064a7462014-09-29 13:28:55 -050019obj-$(CONFIG_SI7020) += si7020.o
Song Hongyand7ed89d2017-03-20 22:28:45 +080020
21ccflags-y += -I$(srctree)/drivers/iio/common/hid-sensors