30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for IIO chemical sensors4#5 6# When adding new entries keep the list in alphabetical order7obj-$(CONFIG_AOSONG_AGS02MA) += ags02ma.o8obj-$(CONFIG_ATLAS_PH_SENSOR) += atlas-sensor.o9obj-$(CONFIG_ATLAS_EZO_SENSOR) += atlas-ezo-sensor.o10obj-$(CONFIG_BME680) += bme680_core.o11obj-$(CONFIG_BME680_I2C) += bme680_i2c.o12obj-$(CONFIG_BME680_SPI) += bme680_spi.o13obj-$(CONFIG_CCS811) += ccs811.o14obj-$(CONFIG_ENS160) += ens160_core.o15obj-$(CONFIG_ENS160_I2C) += ens160_i2c.o16obj-$(CONFIG_ENS160_SPI) += ens160_spi.o17obj-$(CONFIG_IAQCORE) += ams-iaq-core.o18obj-$(CONFIG_PMS7003) += pms7003.o19obj-$(CONFIG_SCD30_CORE) += scd30_core.o20obj-$(CONFIG_SCD30_I2C) += scd30_i2c.o21obj-$(CONFIG_SCD30_SERIAL) += scd30_serial.o22obj-$(CONFIG_SCD4X) += scd4x.o23obj-$(CONFIG_SENSEAIR_SUNRISE_CO2) += sunrise_co2.o24obj-$(CONFIG_SENSIRION_SGP30) += sgp30.o25obj-$(CONFIG_SENSIRION_SGP40) += sgp40.o26obj-$(CONFIG_SPS30) += sps30.o27obj-$(CONFIG_SPS30_I2C) += sps30_i2c.o28obj-$(CONFIG_SPS30_SERIAL) += sps30_serial.o29obj-$(CONFIG_VZ89X) += vz89x.o30