Staging: IIO: Trigger support added to core.
[linux-2.6/mini2440.git] / drivers / staging / iio / Makefile
blob327151816775f126f47a874cd6a815dba4b95913
2 # Makefile for the industrial I/O core.
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
10 obj-y += accel/
11 obj-y += adc/
12 obj-y += light/