summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-07-24 16:11:52 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-24 13:49:17 -0700
commit3d31c0cb6c127b1d943b610065a05decf821998c (patch)
tree9352acbadad9917ea249bd156d258366a90a87e5 /drivers/staging/most/Makefile
parent54b4856fb3624609dd5d9ed013bfec7d67083622 (diff)
downloadlinux-3d31c0cb6c127b1d943b610065a05decf821998c.tar.gz
linux-3d31c0cb6c127b1d943b610065a05decf821998c.tar.xz
Staging: most: add MOST driver's aim-v4l2 module
This patch adds the aim-v4l2 module of the MOST driver to the kernel's driver staging area. This module is part of the MOST driver and handles user space interaction by means of V4L2. This patch is needed in order to have access to MOST isochronous AVP data through V4L2 devices. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/Makefile')
-rw-r--r--drivers/staging/most/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/Makefile b/drivers/staging/most/Makefile
index c639bbd3b830..6e319c499d19 100644
--- a/drivers/staging/most/Makefile
+++ b/drivers/staging/most/Makefile
@@ -2,3 +2,4 @@ obj-$(CONFIG_MOSTCORE) += mostcore/
obj-$(CONFIG_AIM_CDEV) += aim-cdev/
obj-$(CONFIG_AIM_NETWORK) += aim-network/
obj-$(CONFIG_AIM_SOUND) += aim-sound/
+obj-$(CONFIG_AIM_V4L2) += aim-v4l2/