mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
67e17300dc
Add support for the LMP91000 potentiostat which is used for chemical sensing applications. Signed-off-by: Matt Ranostay <matt@ranostay.consulting> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
7 lines
155 B
Makefile
7 lines
155 B
Makefile
#
|
|
# Makefile for industrial I/O potentiostat drivers
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_LMP91000) += lmp91000.o
|