Makefile 631 Bytes
Newer Older
1 2 3 4
#
# Makefile for industrial I/O gyroscope sensor drivers
#

5
obj-$(CONFIG_ADIS16080) += adis16080.o
6
obj-$(CONFIG_ADIS16130) += adis16130.o
7
obj-$(CONFIG_ADIS16136) += adis16136.o
8 9
obj-$(CONFIG_ADXRS450) += adxrs450.o

10
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o
11

Manuel Stahl's avatar
Manuel Stahl committed
12 13 14 15
itg3200-y               := itg3200_core.o
itg3200-$(CONFIG_IIO_BUFFER) += itg3200_buffer.o
obj-$(CONFIG_ITG3200)   += itg3200.o

16 17 18 19 20 21
obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o
st_gyro-y := st_gyro_core.o
st_gyro-$(CONFIG_IIO_BUFFER) += st_gyro_buffer.o

obj-$(CONFIG_IIO_ST_GYRO_I2C_3AXIS) += st_gyro_i2c.o
obj-$(CONFIG_IIO_ST_GYRO_SPI_3AXIS) += st_gyro_spi.o