Makefile 410 Bytes
Newer Older
Harald Geyer's avatar
Harald Geyer committed
1 2 3 4
#
# Makefile for IIO humidity sensor drivers
#

5
obj-$(CONFIG_AM2315) += am2315.o
Harald Geyer's avatar
Harald Geyer committed
6
obj-$(CONFIG_DHT11) += dht11.o
7
obj-$(CONFIG_HDC100X) += hdc100x.o
8 9 10 11 12 13 14

hts221-y := hts221_core.o \
	    hts221_buffer.o
obj-$(CONFIG_HTS221) += hts221.o
obj-$(CONFIG_HTS221_I2C) += hts221_i2c.o
obj-$(CONFIG_HTS221_SPI) += hts221_spi.o

15
obj-$(CONFIG_HTU21) += htu21.o
16
obj-$(CONFIG_SI7005) += si7005.o
David Barksdale's avatar
David Barksdale committed
17
obj-$(CONFIG_SI7020) += si7020.o