Denis Ciocca | 23491b5 | 2013-01-25 23:44:00 +0000 | [diff] [blame] | 1 | # |
2 | # Makefile for the STMicroelectronics sensor common modules. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o | ||||
6 | obj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o | ||||
7 | obj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o | ||||
8 | st_sensors-y := st_sensors_core.o | ||||
9 | st_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o | ||||
10 | st_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o |