brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · cb80ef8 Raw
49 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the industrial I/O core.4#5 6obj-$(CONFIG_IIO) += industrialio.o7industrialio-y := industrialio-core.o industrialio-event.o inkern.o8industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o9industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o10industrialio-$(CONFIG_ACPI) += industrialio-acpi.o11 12obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o13obj-$(CONFIG_IIO_GTS_HELPER) += industrialio-gts-helper.o14obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o15obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o16obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o17obj-$(CONFIG_IIO_BACKEND) += industrialio-backend.o18 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