diff options
author | Cosmin Tanislav <demonsingur@gmail.com> | 2021-12-05 12:40:43 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-12 18:09:11 +0100 |
commit | b62e2e1763cda3a6c494ed754317f19be1249297 (patch) | |
tree | ae384d11829ae87d58bb74983481da1e7efef17c /drivers/iio/addac/Makefile | |
parent | MAINTAINERS: Update i.MX 8QXP ADC info (diff) | |
download | linux-b62e2e1763cda3a6c494ed754317f19be1249297.tar.xz linux-b62e2e1763cda3a6c494ed754317f19be1249297.zip |
iio: add addac subdirectory
For IIO devices that expose both ADC and DAC functionality.
Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Link: https://lore.kernel.org/r/20211205114045.173612-2-cosmin.tanislav@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/addac/Makefile')
-rw-r--r-- | drivers/iio/addac/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/iio/addac/Makefile b/drivers/iio/addac/Makefile new file mode 100644 index 000000000000..b888b9ee12da --- /dev/null +++ b/drivers/iio/addac/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for industrial I/O ADDAC drivers +# + +# When adding new entries keep the list in alphabetical order |