xref: /linux/drivers/iio/chemical/Makefile (revision 07423d00a2b2a71a97e4287d9262cb83c4c4c89f)
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