blob: be78b46acbaba5207f2181e370446ed5916e799d (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for industrial I/O potentiostat drivers
#
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_LMP91000) += lmp91000.o
|