diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2019-02-07 14:43:47 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 18:09:19 +0100 |
commit | 280de94a651945905cb8337626c40025e4cea56d (patch) | |
tree | 53bf5d5d63e60d30fee708fe0bcab11e9b0244af /drivers/media/i2c/soc_camera/Makefile | |
parent | media: soc_camera: Remove the rj45n1 SoC camera sensor driver (diff) | |
download | linux-280de94a651945905cb8337626c40025e4cea56d.tar.xz linux-280de94a651945905cb8337626c40025e4cea56d.zip |
media: soc_camera: Move to the staging tree
The SoC camera framework has no functional drivers left, something that
has not changed for years. Move the leftovers to the staging tree.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/soc_camera/Makefile')
-rw-r--r-- | drivers/media/i2c/soc_camera/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/i2c/soc_camera/Makefile b/drivers/media/i2c/soc_camera/Makefile deleted file mode 100644 index 6d63eb31c3b7..000000000000 --- a/drivers/media/i2c/soc_camera/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -obj-$(CONFIG_SOC_CAMERA_MT9V022) += soc_mt9v022.o -obj-$(CONFIG_SOC_CAMERA_OV5642) += soc_ov5642.o -obj-$(CONFIG_SOC_CAMERA_OV9740) += soc_ov9740.o |