blob: d336af14f3fe8e36c7c97d59cf411f1ac5632d4f [file] [log] [blame]
Denis CIOCCA217494e2013-06-03 15:58:00 +01001#
2# Makefile for industrial I/O pressure drivers
3#
4
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01005# When adding new entries keep the list in alphabetical order
Vlad Dogarud5c94562014-10-21 11:09:58 +03006obj-$(CONFIG_BMP280) += bmp280.o
Archana Patnif64a7992014-02-20 06:30:00 +00007obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
Peter Meerwald3017d902014-02-05 16:58:00 +00008obj-$(CONFIG_MPL115) += mpl115.o
Akinobu Mitac984b9c2016-01-16 01:00:03 +09009obj-$(CONFIG_MPL115_I2C) += mpl115_i2c.o
10obj-$(CONFIG_MPL115_SPI) += mpl115_spi.o
Peter Meerwaldcc26ad452013-11-12 19:43:00 +000011obj-$(CONFIG_MPL3115) += mpl3115.o
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +010012obj-$(CONFIG_MS5611) += ms5611_core.o
13obj-$(CONFIG_MS5611_I2C) += ms5611_i2c.o
14obj-$(CONFIG_MS5611_SPI) += ms5611_spi.o
Ludovic Tancerel64a70c62015-10-01 16:13:40 +020015obj-$(CONFIG_MS5637) += ms5637.o
Denis CIOCCA217494e2013-06-03 15:58:00 +010016obj-$(CONFIG_IIO_ST_PRESS) += st_pressure.o
17st_pressure-y := st_pressure_core.o
18st_pressure-$(CONFIG_IIO_BUFFER) += st_pressure_buffer.o
Peter Meerwalda2d8be62014-02-06 20:44:00 +000019obj-$(CONFIG_T5403) += t5403.o
Denis CIOCCA217494e2013-06-03 15:58:00 +010020
21obj-$(CONFIG_IIO_ST_PRESS_I2C) += st_pressure_i2c.o
22obj-$(CONFIG_IIO_ST_PRESS_SPI) += st_pressure_spi.o