License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / iio / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a980e046
JC
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
8261d961 11obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
0f3a8c3f 12obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
b662f809 13obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
735ad074
VB
14obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
15
45fe6f7d 16obj-y += accel/
0e589d5f 17obj-y += adc/
e71d42e0 18obj-y += amplifiers/
8548a63b 19obj-y += buffer/
cd8d9777 20obj-y += chemical/
73c6768b 21obj-y += common/
28e5d3bb 22obj-y += counter/
ec04cb04 23obj-y += dac/
415f7924 24obj-y += dummy/
c5bdbef7 25obj-y += gyro/
ec04cb04 26obj-y += frequency/
4d33615d 27obj-y += health/
091a121b 28obj-y += humidity/
ec04cb04
LPC
29obj-y += imu/
30obj-y += light/
bc1d57ba 31obj-y += magnetometer/
7ba9df54 32obj-y += multiplexer/
098d3bec 33obj-y += orientation/
c05dc2cc 34obj-y += potentiometer/
67e17300 35obj-y += potentiostat/
a5db3609 36obj-y += pressure/
24ddb0e4 37obj-y += proximity/
e5a63942 38obj-y += temperature/
e64e7d5c 39obj-y += trigger/