diff options
author | Matheus Tavares <matheus.bernardino@usp.br> | 2018-11-24 01:23:12 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-12-01 16:40:39 +0100 |
commit | 9564c7a49290a003d3fc21b9b5762d82e84e3364 (patch) | |
tree | dd2d0227e278e32f7af09796cca9dbad4ecd7d94 /drivers/iio/resolver/Makefile | |
parent | staging:iio:ad2s90: Add comment to device state mutex (diff) | |
download | linux-9564c7a49290a003d3fc21b9b5762d82e84e3364.tar.xz linux-9564c7a49290a003d3fc21b9b5762d82e84e3364.zip |
staging:iio:ad2s90: Move out of staging
Move ad2s90 resolver driver out of staging to the main tree.
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Victor Colombo <victorcolombo@gmail.com>
Acked-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/resolver/Makefile')
-rw-r--r-- | drivers/iio/resolver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/resolver/Makefile b/drivers/iio/resolver/Makefile index 4e1dccae07e7..398d82d50028 100644 --- a/drivers/iio/resolver/Makefile +++ b/drivers/iio/resolver/Makefile @@ -2,4 +2,5 @@ # Makefile for Resolver/Synchro drivers # +obj-$(CONFIG_AD2S90) += ad2s90.o obj-$(CONFIG_AD2S1200) += ad2s1200.o |