summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/accel/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-08-18 18:06:23 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:24 -0700
commite435bc191f6a224192b548bed8cb1893b64e7df2 (patch)
tree76bfb1ba4fe6404168cb9144acc3dba0b170dbb9 /drivers/staging/iio/accel/Makefile
parent66533b488e17df35f5cd3bc2ebdafdf1444eb187 (diff)
Staging: IIO: kxsd9 accelerometer minimal support
This provides only very minimal support for this device. Note that an alternate driver has been posted to the input mailing list. When the original LMKL discussion that led to the descision to develop IIO occured, the question on whether the differing requirements of IIO and input drivers made it a good idea to have unified drivers was left as an open question. It still is. All opinions on this question welcome. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/accel/Makefile')
-rw-r--r--drivers/staging/iio/accel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/iio/accel/Makefile b/drivers/staging/iio/accel/Makefile
index 5a7ef9d6b922..cbec6887dc8f 100644
--- a/drivers/staging/iio/accel/Makefile
+++ b/drivers/staging/iio/accel/Makefile
@@ -1,5 +1,7 @@
#
# Makefile for industrial I/O accelerometer drivers
#
+obj-$(CONFIG_KXSD9) += kxsd9.o
+
lis3l02dq-y := lis3l02dq_core.o
obj-$(CONFIG_LIS3L02DQ) += lis3l02dq.o