staging:iio: drop sw_ring buffer implementation.
[cascardo/linux.git] / drivers / staging / iio / Makefile
1 #
2 # Makefile for the industrial I/O core.
3 #
4
5 obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o
6 iio_dummy-y := iio_simple_dummy.o
7 iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o
8 iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o
9
10 obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o
11
12 obj-$(CONFIG_IIO_ST_HWMON) += iio_hwmon.o
13
14 obj-y += accel/
15 obj-y += adc/
16 obj-y += addac/
17 obj-y += cdc/
18 obj-y += frequency/
19 obj-y += gyro/
20 obj-y += impedance-analyzer/
21 obj-y += light/
22 obj-y += magnetometer/
23 obj-y += meter/
24 obj-y += resolver/
25 obj-y += trigger/