xref: /openbmc/linux/drivers/iio/chemical/Makefile (revision 5ef12cb4a3a78ffb331c03a795a15eea4ae35155)
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