The driver is rather simple and in a good shape. It follows the IIO ABI and the standard codechecker tools do not report any issues, so move it out of staging. While moving it also remove one outdated 'fixme' comment. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
8 lines
195 B
Makefile
8 lines
195 B
Makefile
#
|
|
# Makefile for industrial I/O gyroscope sensor drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ADIS16080) += adis16080.o
|
|
obj-$(CONFIG_ADIS16136) += adis16136.o
|
|
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o
|