Staging: IIO: Add generic ring buffer support to the IIO core
[firefly-linux-kernel-4.4.55.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
9 obj-y += accel/
10 obj-y += adc/
11 obj-y += light/