diff options
author | David Veenstra <davidjulianveenstra@gmail.com> | 2018-05-18 20:23:40 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-05-20 12:17:48 +0100 |
commit | ad28d315544074a7e9bfa07014263760e57855d2 (patch) | |
tree | e12e2d80ca065e17b1e2d8b182bd86bfd2de36ed /drivers/iio/Makefile | |
parent | 9c3e81ab74df8f3f7f79410599278e2270d43756 (diff) | |
download | linux-ad28d315544074a7e9bfa07014263760e57855d2.tar.bz2 |
staging: iio: ad2s1200: Move driver out of staging
Move the iio driver for the ad2s1200 and ad2s1205 resolver-to-digital
converter out of staging, into mainline iio subsystems.
Signed-off-by: David Veenstra <davidjulianveenstra@gmail.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 d8cba9c229c0..cb5993251381 100644 --- a/drivers/iio/Makefile +++ b/drivers/iio/Makefile @@ -36,5 +36,6 @@ obj-y += potentiometer/ obj-y += potentiostat/ obj-y += pressure/ obj-y += proximity/ +obj-y += resolver/ obj-y += temperature/ obj-y += trigger/ |