summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/Makefile
diff options
context:
space:
mode:
authorKarol Wrona <k.wrona@samsung.com>2015-01-28 15:05:54 +0100
committerJonathan Cameron <jic23@kernel.org>2015-01-29 18:49:56 +0000
commita9afcaa69fc23679f22cf613e7113a60e115e03a (patch)
treeeee259e9c6fe00e618d718001c5d7de193ae4b6b /drivers/iio/gyro/Makefile
parent3755a1d3a95ef8143466e7c753ead32bd8f6d94a (diff)
iio: common: ssp_sensors: Add sensorhub gyroscope sensor
This patch adds gyroscope iio driver which uses sensorhub as data provider. Signed-off-by: Karol Wrona <k.wrona@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/gyro/Makefile')
-rw-r--r--drivers/iio/gyro/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Makefile b/drivers/iio/gyro/Makefile
index 36a38776f739..f46341b39139 100644
--- a/drivers/iio/gyro/Makefile
+++ b/drivers/iio/gyro/Makefile
@@ -16,6 +16,8 @@ itg3200-y := itg3200_core.o
itg3200-$(CONFIG_IIO_BUFFER) += itg3200_buffer.o
obj-$(CONFIG_ITG3200) += itg3200.o
+obj-$(CONFIG_IIO_SSP_SENSORS_COMMONS) += ssp_gyro_sensor.o
+
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