devicetree: add SGX Sensortech vendor id
[deliverable/linux.git] / drivers / iio / Makefile
CommitLineData
a980e046
JC
1#
2# Makefile for the industrial I/O core.
3#
4
5obj-$(CONFIG_IIO) += industrialio.o
6industrialio-y := industrialio-core.o industrialio-event.o inkern.o
7industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
8industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
9
735ad074
VB
10obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
11
45fe6f7d 12obj-y += accel/
0e589d5f 13obj-y += adc/
e71d42e0 14obj-y += amplifiers/
8548a63b 15obj-y += buffer/
73c6768b 16obj-y += common/
ec04cb04 17obj-y += dac/
c5bdbef7 18obj-y += gyro/
ec04cb04 19obj-y += frequency/
091a121b 20obj-y += humidity/
ec04cb04
LPC
21obj-y += imu/
22obj-y += light/
bc1d57ba 23obj-y += magnetometer/
098d3bec 24obj-y += orientation/
a5db3609 25obj-y += pressure/
24ddb0e4 26obj-y += proximity/
e5a63942 27obj-y += temperature/
e64e7d5c 28obj-y += trigger/
This page took 0.451873 seconds and 5 git commands to generate.