summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2012-10-06 14:42:27 +0100
committerJonathan Cameron <jic23@kernel.org>2012-11-10 10:17:31 +0000
commit168c9d95a94077a42e5bf5a4a660b45ccee4fc63 (patch)
tree4bb2aa18c9a5daf71ebbdbcf967c8620a12b293f /drivers/staging/iio/adc/Makefile
parentb77b8f8c20c83c111050201cad1eed3a71571c35 (diff)
iio:adc:max1363 move from staging.iio-for-3.8d
Now this driver is using kfifo we can move it out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging/iio/adc/Makefile')
-rw-r--r--drivers/staging/iio/adc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/iio/adc/Makefile b/drivers/staging/iio/adc/Makefile
index 33979e62871b..12b4bd32437f 100644
--- a/drivers/staging/iio/adc/Makefile
+++ b/drivers/staging/iio/adc/Makefile
@@ -2,8 +2,6 @@
# Makefile for industrial I/O ADC drivers
#
-obj-$(CONFIG_MAX1363) += max1363.o
-
ad7606-y := ad7606_core.o
ad7606-$(CONFIG_IIO_BUFFER) += ad7606_ring.o
ad7606-$(CONFIG_AD7606_IFACE_PARALLEL) += ad7606_par.o