staging:iio: replacing term ring with buffer in the IIO core.
[linux-2.6-block.git] / drivers / staging / iio / Makefile
CommitLineData
847ec80b
JC
1#
2# Makefile for the industrial I/O core.
3#
4
5obj-$(CONFIG_IIO) += industrialio.o
6industrialio-y := industrialio-core.o
14555b14 7industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
1637db44 8industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
d1325cf4 9
2235acb2 10obj-$(CONFIG_IIO_SW_RING) += ring_sw.o
b174baf4 11obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
2235acb2 12
66533b48 13obj-y += accel/
78632b60 14obj-y += adc/
35f6b6b8 15obj-y += addac/
6790e29f 16obj-y += dac/
da6fcbdf 17obj-y += dds/
089a4198 18obj-y += gyro/
f94aa354 19obj-y += impedance-analyzer/
1e3864e6 20obj-y += imu/
7f3a1fb9 21obj-y += light/
b4e17822 22obj-y += magnetometer/
09434ef7 23obj-y += meter/
f46d9f15 24obj-y += resolver/
09434ef7 25obj-y += trigger/