aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/imu/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-05-18 14:41:31 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 16:14:51 -0700
commit20e79c515f84242f391d8e73b77c040bbe6342fc (patch)
tree050c977bef39cf145bc0a662bff66f53722558b5 /drivers/staging/iio/imu/Makefile
parent8e886e651fded8e96d222fe47741dbb3bc06557e (diff)
downloadkernel_samsung_smdk4412-20e79c515f84242f391d8e73b77c040bbe6342fc.zip
kernel_samsung_smdk4412-20e79c515f84242f391d8e73b77c040bbe6342fc.tar.gz
kernel_samsung_smdk4412-20e79c515f84242f391d8e73b77c040bbe6342fc.tar.bz2
staging:iio:imu remove adis16300 driver.
Support is now provided by the unified adis16400 driver. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/imu/Makefile')
-rw-r--r--drivers/staging/iio/imu/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/iio/imu/Makefile b/drivers/staging/iio/imu/Makefile
index de6b1e7..d46a691 100644
--- a/drivers/staging/iio/imu/Makefile
+++ b/drivers/staging/iio/imu/Makefile
@@ -2,10 +2,6 @@
# Makefile for Inertial Measurement Units
#
-adis16300-y := adis16300_core.o
-adis16300-$(CONFIG_IIO_RING_BUFFER) += adis16300_ring.o adis16300_trigger.o
-obj-$(CONFIG_ADIS16300) += adis16300.o
-
adis16400-y := adis16400_core.o
adis16400-$(CONFIG_IIO_RING_BUFFER) += adis16400_ring.o adis16400_trigger.o
obj-$(CONFIG_ADIS16400) += adis16400.o