diff options
author | Angelo Dureghello <adureghello@baylibre.com> | 2024-10-28 22:45:33 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-11-01 14:54:48 +0000 |
commit | f665d7d33d7909cf51e2db0f0767ecab0295c0bd (patch) | |
tree | c4ea628e507dcf5bff9e2ab0429063a43b6eb9af /drivers/iio/dac/Makefile | |
parent | d5ac6cb1c8f3e14d93e2a50d9357a8acdbc5c166 (diff) | |
download | lwn-f665d7d33d7909cf51e2db0f0767ecab0295c0bd.tar.gz lwn-f665d7d33d7909cf51e2db0f0767ecab0295c0bd.zip |
iio: dac: ad3552r: extract common code (no changes in behavior intended)
Extracting common code, to share common code to be used later
by the AXI driver version (ad3552r-axi.c).
Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20241028-wip-bl-ad3552r-axi-v0-iio-testing-v9-6-f6960b4f9719@kernel-space.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac/Makefile')
-rw-r--r-- | drivers/iio/dac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/Makefile b/drivers/iio/dac/Makefile index 621d553bd6e3..c92de0366238 100644 --- a/drivers/iio/dac/Makefile +++ b/drivers/iio/dac/Makefile @@ -4,7 +4,7 @@ # # When adding new entries keep the list in alphabetical order -obj-$(CONFIG_AD3552R) += ad3552r.o +obj-$(CONFIG_AD3552R) += ad3552r.o ad3552r-common.o obj-$(CONFIG_AD5360) += ad5360.o obj-$(CONFIG_AD5380) += ad5380.o obj-$(CONFIG_AD5421) += ad5421.o |