]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/iio/pressure/Makefile
iio: add ABI documentation for scaled pressure
[mirror_ubuntu-focal-kernel.git] / drivers / iio / pressure / Makefile
CommitLineData
217494e5
DC
1#
2# Makefile for industrial I/O pressure drivers
3#
4
3edc84e6 5# When adding new entries keep the list in alphabetical order
f64a799b 6obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
3017d90e 7obj-$(CONFIG_MPL115) += mpl115.o
cc26ad45 8obj-$(CONFIG_MPL3115) += mpl3115.o
217494e5
DC
9obj-$(CONFIG_IIO_ST_PRESS) += st_pressure.o
10st_pressure-y := st_pressure_core.o
11st_pressure-$(CONFIG_IIO_BUFFER) += st_pressure_buffer.o
a2d8be68 12obj-$(CONFIG_T5403) += t5403.o
217494e5
DC
13
14obj-$(CONFIG_IIO_ST_PRESS_I2C) += st_pressure_i2c.o
15obj-$(CONFIG_IIO_ST_PRESS_SPI) += st_pressure_spi.o