aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/Makefile
blob: c9f089a9a6b82886ac1640c29e7957b452d523ed (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# Makefile for IIO humidity sensor drivers
#

obj-$(CONFIG_DHT11) += dht11.o
obj-$(CONFIG_HDC100X) += hdc100x.o
obj-$(CONFIG_HTU21) += htu21.o
obj-$(CONFIG_SI7005) += si7005.o
obj-$(CONFIG_SI7020) += si7020.o