Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[pandora-kernel.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
12 obj-y += accel/
13 obj-y += adc/
14 obj-y += addac/
15 obj-y += dac/
16 obj-y += dds/
17 obj-y += gyro/
18 obj-y += imu/
19 obj-y += light/
20 obj-y += magnetometer/
21 obj-y += meter/
22 obj-y += resolver/
23 obj-y += trigger/