License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / iio / humidity / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
091a121b
HG
2#
3# Makefile for IIO humidity sensor drivers
4#
5
366a3270 6obj-$(CONFIG_AM2315) += am2315.o
091a121b 7obj-$(CONFIG_DHT11) += dht11.o
4839367d 8obj-$(CONFIG_HDC100X) += hdc100x.o
d7ed89d5 9obj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o
e4a70e3e
LB
10
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
2b5c53d2 17obj-$(CONFIG_HTU21) += htu21.o
049973b2 18obj-$(CONFIG_SI7005) += si7005.o
064a7463 19obj-$(CONFIG_SI7020) += si7020.o
d7ed89d5
SH
20
21ccflags-y += -I$(srctree)/drivers/iio/common/hid-sensors