xref: /linux-6.12.1/drivers/iio/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/
49

served by {OpenGrok

Last Index Update: Sat May 10 12:07:07 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • industrialio-y