diff options
author | Himanshu Jha <himanshujha199640@gmail.com> | 2018-03-22 20:12:45 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-03-24 15:26:19 +0100 |
commit | 591298e54ceaf75c1322979dd02466961c5e23dc (patch) | |
tree | 7ac8c2f4d6c978deb4b638af0e4085fccf760fba /drivers/iio/accel/Makefile | |
parent | Staging: iio: accel: adis16201: Fix 80 character line limit (diff) | |
download | linux-591298e54ceaf75c1322979dd02466961c5e23dc.tar.xz linux-591298e54ceaf75c1322979dd02466961c5e23dc.zip |
Staging: iio: accel: adis16201: Move adis16201 driver out of staging
Move adis16201 driver out of staging and merge into mainline
IIO subsystem.
Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel/Makefile')
-rw-r--r-- | drivers/iio/accel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile index 368aedb6377a..7832ec9adb2d 100644 --- a/drivers/iio/accel/Makefile +++ b/drivers/iio/accel/Makefile @@ -4,6 +4,7 @@ # # When adding new entries keep the list in alphabetical order +obj-$(CONFIG_ADIS16201) += adis16201.o obj-$(CONFIG_ADXL345) += adxl345_core.o obj-$(CONFIG_ADXL345_I2C) += adxl345_i2c.o obj-$(CONFIG_ADXL345_SPI) += adxl345_spi.o |