Linux-libre 3.0.78-gnu1
[librecmc/linux-libre.git] / drivers / staging / iio / Makefile
1 #
2 # Makefile for the industrial I/O core.
3 #
4
5 obj-$(CONFIG_IIO) += industrialio.o
6 industrialio-y := industrialio-core.o
7 industrialio-$(CONFIG_IIO_RING_BUFFER) += industrialio-ring.o
8 industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
9
10 obj-$(CONFIG_IIO_SW_RING) += ring_sw.o
11 obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
12
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 += imu/
20 obj-y += light/
21 obj-y += magnetometer/
22 obj-y += meter/
23 obj-y += resolver/
24 obj-y += trigger/