diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-10-18 21:46:10 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-10-18 21:46:10 +0300 |
commit | 16922ffee1217ec031162ca12ec9fe8710b11106 (patch) | |
tree | 93ec74562f66fe2358e8b8574055e2b346515e2b /drivers/iio/adc/Makefile | |
parent | 686191a7ea136b3c06caf57a2ac450bbadc4cc7c (diff) | |
parent | a77fc11156893bd0332a1fb6e314e6268abf720b (diff) | |
download | linux-16922ffee1217ec031162ca12ec9fe8710b11106.tar.xz |
Merge branch 'ib-ab8500-5.4-rc1' into HEAD
Immutable branch as considerable overlap with mfd, power and hwmon.
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r-- | drivers/iio/adc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 8ec610bcf506..5ecc481c2967 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -4,6 +4,7 @@ # # 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_AD7266) += ad7266.o |