diff options
Diffstat (limited to 'drivers/iio/potentiostat/Makefile')
-rw-r--r-- | drivers/iio/potentiostat/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/iio/potentiostat/Makefile b/drivers/iio/potentiostat/Makefile new file mode 100644 index 000000000..be78b46ac --- /dev/null +++ b/drivers/iio/potentiostat/Makefile @@ -0,0 +1,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 |