diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-01-06 15:10:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-01-26 10:07:53 +0000 |
commit | 81ca486fe54c799033fac1eb6d93baf64df37ba6 (patch) | |
tree | 4818c0f5b884504aa9b485f537f35590c1123dbd /drivers/iio/accel/Makefile | |
parent | d526e513c7dd1bb3f9696c7d38634e5ebf5f0919 (diff) | |
download | blackbird-op-linux-81ca486fe54c799033fac1eb6d93baf64df37ba6.tar.gz blackbird-op-linux-81ca486fe54c799033fac1eb6d93baf64df37ba6.zip |
iio:accel:kxsd9 move out of staging
This is a very simple driver giving basic access to this part over an
spi bus.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/accel/Makefile')
-rw-r--r-- | drivers/iio/accel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile index 5bc6855a973e..4e1c85987d13 100644 --- a/drivers/iio/accel/Makefile +++ b/drivers/iio/accel/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o +obj-$(CONFIG_KXSD9) += kxsd9.o |