summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/soc_camera/Makefile
diff options
context:
space:
mode:
authorRobert Jarzmik2016-09-06 11:04:13 +0200
committerMauro Carvalho Chehab2016-09-09 15:41:17 +0200
commitc61e74e3a88c919d85706c49b18577e5b5cd0dbc (patch)
tree9351ef512b27b5b7ed73f1066efbe93d27927bff /drivers/media/i2c/soc_camera/Makefile
parent[media] media: mt9m111: use only the SRGB colorspace (diff)
downloadkernel-qcow2-linux-c61e74e3a88c919d85706c49b18577e5b5cd0dbc.tar.gz
kernel-qcow2-linux-c61e74e3a88c919d85706c49b18577e5b5cd0dbc.tar.xz
kernel-qcow2-linux-c61e74e3a88c919d85706c49b18577e5b5cd0dbc.zip
[media] media: mt9m111: move mt9m111 out of soc_camera
As the mt9m111 is now working as a standalone v4l2 subdevice sensor, move it out of soc_camera directory and sever its dependency on soc_camera. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/soc_camera/Makefile')
-rw-r--r--drivers/media/i2c/soc_camera/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/soc_camera/Makefile b/drivers/media/i2c/soc_camera/Makefile
index d0421feaa796..6f994f9353a0 100644
--- a/drivers/media/i2c/soc_camera/Makefile
+++ b/drivers/media/i2c/soc_camera/Makefile
@@ -1,6 +1,5 @@
obj-$(CONFIG_SOC_CAMERA_IMX074) += imx074.o
obj-$(CONFIG_SOC_CAMERA_MT9M001) += mt9m001.o
-obj-$(CONFIG_SOC_CAMERA_MT9M111) += mt9m111.o
obj-$(CONFIG_SOC_CAMERA_MT9T031) += mt9t031.o
obj-$(CONFIG_SOC_CAMERA_MT9T112) += mt9t112.o
obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o