summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-11-15 13:15:00 +0000
committerJonathan Cameron <jic23@kernel.org>2012-11-19 22:22:14 +0000
commitdc4871adf96573f3ea1672fceb844301dc071a2b (patch)
tree0cc0ca4243db475e5494c89cae43613570c9aa64 /drivers/staging/iio/adc/Makefile
parent01a10e04f8e099fea3212a70df0b25a8ffd9275f (diff)
downloadlinux-dc4871adf96573f3ea1672fceb844301dc071a2b.tar.bz2
staging:iio:ad7298: Squash everything into one file
The recent cleanups have decimated the drivers code size by quite a bit. It is only a few hundred lines in total now. Putting everything into one file also allows to reduce the code size a bit more by removing a few lines of boilerplate code. The only functional change made by this patch is that we now always include buffer support, instead of making it optional. This is more consistent with what we do for other drivers. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> 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 12b4bd32437f..4beaa588256b 100644
--- a/drivers/staging/iio/adc/Makefile
+++ b/drivers/staging/iio/adc/Makefile
@@ -12,8 +12,6 @@ ad799x-y := ad799x_core.o
ad799x-$(CONFIG_AD799X_RING_BUFFER) += ad799x_ring.o
obj-$(CONFIG_AD799X) += ad799x.o
-ad7298-y := ad7298_core.o
-ad7298-$(CONFIG_IIO_BUFFER) += ad7298_ring.o
obj-$(CONFIG_AD7298) += ad7298.o
obj-$(CONFIG_AD7291) += ad7291.o