staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / iio / Makefile
blob67a1d9cc345324f743ba6bce726ff6262c7d7338
2 # Makefile for the industrial I/O core.
5 obj-$(CONFIG_IIO) += industrialio.o
6 industrialio-y := industrialio-core.o
7 industrialio-$(CONFIG_IIO_BUFFER) += industrialio-ring.o
8 industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
10 obj-$(CONFIG_IIO_SW_RING) += ring_sw.o
11 obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
13 obj-y += accel/
14 obj-y += adc/
15 obj-y += addac/
16 obj-y += dac/
17 obj-y += dds/
18 obj-y += gyro/
19 obj-y += impedance-analyzer/
20 obj-y += imu/
21 obj-y += light/
22 obj-y += magnetometer/
23 obj-y += meter/
24 obj-y += resolver/
25 obj-y += trigger/