diff options
author | Beniamin Bia <beniamin.bia@analog.com> | 2019-12-03 12:17:13 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-12-15 11:42:16 +0000 |
commit | 7c93f54e5bfb04ae90e330f8276c9311b03b1086 (patch) | |
tree | 225c4034986f05ee1a90d9a3c5082877bfcfbf47 /drivers/iio/adc/Makefile | |
parent | 9eda18273754ca9bb7204786866666137c8e7d55 (diff) |
iio: adc: Move AD7091R5 entry in a alphabetical order in Makefile
Ad7091R5 was added in a non alphabetical order after AD7124 in Makefile and
KConfig. This patch fixes that and place Ad7091R5 before AD7124.
Signed-off-by: Beniamin Bia <beniamin.bia@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r-- | drivers/iio/adc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 84936ec24411..bf8354cdbc34 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -6,8 +6,8 @@ # When adding new entries keep the list in alphabetical order obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o -obj-$(CONFIG_AD7124) += ad7124.o obj-$(CONFIG_AD7091R5) += ad7091r5.o ad7091r-base.o +obj-$(CONFIG_AD7124) += ad7124.o obj-$(CONFIG_AD7266) += ad7266.o obj-$(CONFIG_AD7291) += ad7291.o obj-$(CONFIG_AD7292) += ad7292.o |