Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# Makefile for the industrial I/O core.
 4#
 5
 6obj-$(CONFIG_IIO) += industrialio.o
 7industrialio-y := industrialio-core.o industrialio-event.o inkern.o
 8industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
 9industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
10industrialio-$(CONFIG_ACPI) += industrialio-acpi.o
11
12obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
13obj-$(CONFIG_IIO_GTS_HELPER) += industrialio-gts-helper.o
14obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
15obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
16obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
17obj-$(CONFIG_IIO_BACKEND) += industrialio-backend.o
18
19obj-y += accel
20obj-y += adc
21obj-y += addac
22obj-y += afe
23obj-y += amplifiers
24obj-y += buffer
25obj-y += cdc
26obj-y += chemical
27obj-y += common
28obj-y += dac
29obj-y += dummy
30obj-y += gyro
31obj-y += filter
32obj-y += frequency
33obj-y += health
34obj-y += humidity
35obj-y += imu
36obj-y += light
37obj-y += magnetometer
38obj-y += multiplexer
39obj-y += orientation
40obj-y += position
41obj-y += potentiometer
42obj-y += potentiostat
43obj-y += pressure
44obj-y += proximity
45obj-y += resolver
46obj-y += temperature
47obj-y += test
48obj-y += trigger
v6.2
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# Makefile for the industrial I/O core.
 4#
 5
 6obj-$(CONFIG_IIO) += industrialio.o
 7industrialio-y := industrialio-core.o industrialio-event.o inkern.o
 8industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
 9industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
 
10
11obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
 
12obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
13obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
14obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
 
15
16obj-y += accel
17obj-y += adc
18obj-y += addac
19obj-y += afe
20obj-y += amplifiers
21obj-y += buffer
22obj-y += cdc
23obj-y += chemical
24obj-y += common
25obj-y += dac
26obj-y += dummy
27obj-y += gyro
28obj-y += filter
29obj-y += frequency
30obj-y += health
31obj-y += humidity
32obj-y += imu
33obj-y += light
34obj-y += magnetometer
35obj-y += multiplexer
36obj-y += orientation
37obj-y += position
38obj-y += potentiometer
39obj-y += potentiostat
40obj-y += pressure
41obj-y += proximity
42obj-y += resolver
43obj-y += temperature
44obj-y += test
45obj-y += trigger