diff options
Diffstat (limited to 'drivers/iio/addac/Makefile')
-rw-r--r-- | drivers/iio/addac/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/iio/addac/Makefile b/drivers/iio/addac/Makefile new file mode 100644 index 000000000..17de20ef0 --- /dev/null +++ b/drivers/iio/addac/Makefile @@ -0,0 +1,8 @@ +# 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_AD74413R) += ad74413r.o +obj-$(CONFIG_STX104) += stx104.o |