]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/iio/humidity/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / humidity / Makefile
CommitLineData
091a121b
HG
1#
2# Makefile for IIO humidity sensor drivers
3#
4
366a3270 5obj-$(CONFIG_AM2315) += am2315.o
091a121b 6obj-$(CONFIG_DHT11) += dht11.o
4839367d 7obj-$(CONFIG_HDC100X) += hdc100x.o
d7ed89d5 8obj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o
e4a70e3e
LB
9
10hts221-y := hts221_core.o \
11 hts221_buffer.o
12obj-$(CONFIG_HTS221) += hts221.o
13obj-$(CONFIG_HTS221_I2C) += hts221_i2c.o
14obj-$(CONFIG_HTS221_SPI) += hts221_spi.o
15
2b5c53d2 16obj-$(CONFIG_HTU21) += htu21.o
049973b2 17obj-$(CONFIG_SI7005) += si7005.o
064a7463 18obj-$(CONFIG_SI7020) += si7020.o
d7ed89d5
SH
19
20ccflags-y += -I$(srctree)/drivers/iio/common/hid-sensors