Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[linux-2.6-microblaze.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 += addac/
19 obj-y += afe/
20 obj-y += amplifiers/
21 obj-y += buffer/
22 obj-y += cdc/
23 obj-y += chemical/
24 obj-y += common/
25 obj-y += dac/
26 obj-y += dummy/
27 obj-y += gyro/
28 obj-y += filter/
29 obj-y += frequency/
30 obj-y += health/
31 obj-y += humidity/
32 obj-y += imu/
33 obj-y += light/
34 obj-y += magnetometer/
35 obj-y += multiplexer/
36 obj-y += orientation/
37 obj-y += position/
38 obj-y += potentiometer/
39 obj-y += potentiostat/
40 obj-y += pressure/
41 obj-y += proximity/
42 obj-y += resolver/
43 obj-y += temperature/
44 obj-y += test/
45 obj-y += trigger/