summaryrefslogtreecommitdiffstats
path: root/drivers/iio/Makefile
diff options
context:
space:
mode:
authorsrinivas pandruvada2012-09-05 14:56:00 +0200
committerJonathan Cameron2012-09-06 20:20:11 +0200
commit73c6768b710a1621903f2bc179ae9c7789d41e9f (patch)
treee486fe76c5fa4ba4a5cd61124b52689510169385 /drivers/iio/Makefile
parentHID: sensors: introduce sensor framework (diff)
downloadkernel-qcow2-linux-73c6768b710a1621903f2bc179ae9c7789d41e9f.tar.gz
kernel-qcow2-linux-73c6768b710a1621903f2bc179ae9c7789d41e9f.tar.xz
kernel-qcow2-linux-73c6768b710a1621903f2bc179ae9c7789d41e9f.zip
iio: hid-sensors: Common attribute and trigger
This patch contains the common code, which is used by all HID sensors. There are some common set of attributes, which every hid sensor needs it. This patch contains all such attributes processing. Also the trigger interface is common among all HID sensors. This patch contains common trigger functions utilized by all HID sensors. Signed-off-by: srinivas pandruvada <srinivas.pandruvada@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/Makefile')
-rw-r--r--drivers/iio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile
index 34309abb7979..cfafb0d5af9f 100644
--- a/drivers/iio/Makefile
+++ b/drivers/iio/Makefile
@@ -15,3 +15,4 @@ obj-y += amplifiers/
obj-y += light/
obj-y += frequency/
obj-y += dac/
+obj-y += common/