summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/imu/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-01-16 12:48:00 +0000
committerJonathan Cameron <jic23@kernel.org>2013-01-26 10:07:47 +0000
commitcd888a17f95fb170f6463990a6a24b4cd5fedea6 (patch)
tree59a1896c4f3df146ec9f31bc1badf21db3e08c61 /drivers/staging/iio/imu/Makefile
parentca6907df6b5d86d848eac706f28c7a89126f3875 (diff)
downloadlinux-cd888a17f95fb170f6463990a6a24b4cd5fedea6.tar.bz2
staging:iio:adis16400: Use adis library
Use the new adis library for the adis16400 driver. This allows us to completely scrap the adis16400 trigger code and more than half of the core driver code. For now we can not make use of the generic adis buffer implementation since the adis16400 driver has special requirements due to its burst mode support. But we will eventually get to this. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging/iio/imu/Makefile')
-rw-r--r--drivers/staging/iio/imu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/imu/Makefile b/drivers/staging/iio/imu/Makefile
index 3400a13d1522..c9988f6077ff 100644
--- a/drivers/staging/iio/imu/Makefile
+++ b/drivers/staging/iio/imu/Makefile
@@ -3,5 +3,5 @@
#
adis16400-y := adis16400_core.o
-adis16400-$(CONFIG_IIO_BUFFER) += adis16400_ring.o adis16400_trigger.o
+adis16400-$(CONFIG_IIO_BUFFER) += adis16400_ring.o
obj-$(CONFIG_ADIS16400) += adis16400.o