Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / iio / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the industrial I/O core.
4 #
5
6 obj-$(CONFIG_IIO) += industrialio.o
7 industrialio-y := industrialio-core.o industrialio-event.o inkern.o
8 industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
9 industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
10
11 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
12 obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
13 obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
14 obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
15
16 obj-y += accel/
17 obj-y += adc/
18 obj-y += afe/
19 obj-y += amplifiers/
20 obj-y += buffer/
21 obj-y += chemical/
22 obj-y += common/
23 obj-y += dac/
24 obj-y += dummy/
25 obj-y += gyro/
26 obj-y += frequency/
27 obj-y += health/
28 obj-y += humidity/
29 obj-y += imu/
30 obj-y += light/
31 obj-y += magnetometer/
32 obj-y += multiplexer/
33 obj-y += orientation/
34 obj-y += potentiometer/
35 obj-y += potentiostat/
36 obj-y += pressure/
37 obj-y += proximity/
38 obj-y += resolver/
39 obj-y += temperature/
40 obj-y += trigger/