xref: /openbmc/linux/drivers/iio/chemical/Makefile (revision f79e4d5f)
1#
2# Makefile for IIO chemical sensors
3#
4
5# When adding new entries keep the list in alphabetical order
6obj-$(CONFIG_ATLAS_PH_SENSOR)	+= atlas-ph-sensor.o
7obj-$(CONFIG_CCS811)		+= ccs811.o
8obj-$(CONFIG_IAQCORE)		+= ams-iaq-core.o
9obj-$(CONFIG_VZ89X)		+= vz89x.o
10