Staging: bcm: Remove typedef for _stPhsRuleSI and call directly.
[linux-2.6.git] / drivers / iio / Makefile
blobf7fa3c0867b4c29026b2821cf793c352972741ce
2 # Makefile for the industrial I/O core.
5 obj-$(CONFIG_IIO) += industrialio.o
6 industrialio-y := industrialio-core.o industrialio-event.o inkern.o
7 industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
8 industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
10 obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
11 obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
13 obj-y += accel/
14 obj-y += adc/
15 obj-y += amplifiers/
16 obj-y += light/
17 obj-y += frequency/
18 obj-y += dac/
19 obj-y += common/
20 obj-y += gyro/
21 obj-y += light/
22 obj-y += magnetometer/