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/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/Makefile')
-rw-r--r-- | drivers/iio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile index 65e39bd4f934..8d48c70fee4d 100644 --- a/drivers/iio/Makefile +++ b/drivers/iio/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o obj-y += accel/ obj-y += adc/ +obj-y += addac/ obj-y += afe/ obj-y += amplifiers/ obj-y += buffer/ |