]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/iio/Makefile
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / 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 industrialio-event.o inkern.o
7 industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
8 industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
9
10 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
11 obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
12 obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
13 obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
14
15 obj-y += accel/
16 obj-y += adc/
17 obj-y += amplifiers/
18 obj-y += buffer/
19 obj-y += chemical/
20 obj-y += common/
21 obj-y += dac/
22 obj-y += dummy/
23 obj-y += gyro/
24 obj-y += frequency/
25 obj-y += health/
26 obj-y += humidity/
27 obj-y += imu/
28 obj-y += light/
29 obj-y += magnetometer/
30 obj-y += orientation/
31 obj-y += potentiometer/
32 obj-y += pressure/
33 obj-y += proximity/
34 obj-y += temperature/
35 obj-y += trigger/