drm/panel-edp: Add BOE NV140FHM-NZ panel entry
[drm/drm-misc.git] / drivers / iio / Makefile
blobcb80ef837e84f0e6b2c6f94ce3ccac1da3d33b1f
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the industrial I/O core.
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 industrialio-$(CONFIG_ACPI) += industrialio-acpi.o
12 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
13 obj-$(CONFIG_IIO_GTS_HELPER) += industrialio-gts-helper.o
14 obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
15 obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
16 obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
17 obj-$(CONFIG_IIO_BACKEND) += industrialio-backend.o
19 obj-y += accel/
20 obj-y += adc/
21 obj-y += addac/
22 obj-y += afe/
23 obj-y += amplifiers/
24 obj-y += buffer/
25 obj-y += cdc/
26 obj-y += chemical/
27 obj-y += common/
28 obj-y += dac/
29 obj-y += dummy/
30 obj-y += gyro/
31 obj-y += filter/
32 obj-y += frequency/
33 obj-y += health/
34 obj-y += humidity/
35 obj-y += imu/
36 obj-y += light/
37 obj-y += magnetometer/
38 obj-y += multiplexer/
39 obj-y += orientation/
40 obj-y += position/
41 obj-y += potentiometer/
42 obj-y += potentiostat/
43 obj-y += pressure/
44 obj-y += proximity/
45 obj-y += resolver/
46 obj-y += temperature/
47 obj-y += test/
48 obj-y += trigger/