diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-01-16 13:48:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-01-26 11:07:50 +0100 |
commit | d6b09bd85d57752395c6407bd8a9b32eb7b279ff (patch) | |
tree | 0ad920d6cd805a5e3a357bb678fcd0a1678fc9ea /drivers/iio/imu/Makefile | |
parent | staging:iio:adis16400: Code style cleanup (diff) | |
download | linux-d6b09bd85d57752395c6407bd8a9b32eb7b279ff.tar.xz linux-d6b09bd85d57752395c6407bd8a9b32eb7b279ff.zip |
staging:iio: Move adis16400 out of staging
This adis16400 driver is in pretty good shape now, so move it out of staging.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/imu/Makefile')
-rw-r--r-- | drivers/iio/imu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile index cfe57638f6f9..019b717c5ff1 100644 --- a/drivers/iio/imu/Makefile +++ b/drivers/iio/imu/Makefile @@ -2,6 +2,9 @@ # Makefile for Inertial Measurement Units # +adis16400-y := adis16400_core.o +adis16400-$(CONFIG_IIO_BUFFER) += adis16400_buffer.o +obj-$(CONFIG_ADIS16400) += adis16400.o obj-$(CONFIG_ADIS16480) += adis16480.o adis_lib-y += adis.o |