mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
27dec00ecf
Add support for the Atlas Scientific pH-SM chemical sensor that can detect pH levels of solutions in the range of 0-14. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
9 lines
227 B
Makefile
9 lines
227 B
Makefile
#
|
|
# Makefile for IIO chemical sensors
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_ATLAS_PH_SENSOR) += atlas-ph-sensor.o
|
|
obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
|
|
obj-$(CONFIG_VZ89X) += vz89x.o
|