diff options
Diffstat (limited to 'drivers/iio/addac/Makefile')
-rw-r--r-- | drivers/iio/addac/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/addac/Makefile b/drivers/iio/addac/Makefile new file mode 100644 index 0000000000..577777276e --- /dev/null +++ b/drivers/iio/addac/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for industrial I/O ADDAC drivers +# + +# When adding new entries keep the list in alphabetical order +obj-$(CONFIG_AD74115) += ad74115.o +obj-$(CONFIG_AD74413R) += ad74413r.o +obj-$(CONFIG_STX104) += stx104.o |