diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-09-21 03:53:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-10 08:00:06 -0300 |
commit | c1d82b89538032718cba30b5b1fe192dfb343212 (patch) | |
tree | 648a52fcf092d4576ae80b4cc141bf86d5825f12 /drivers/media/platform/soc_camera/Makefile | |
parent | d12c9088c0b2a0973ca8d9508481d544d62b8a8b (diff) |
[media] atmel-isi: move out of soc_camera to atmel
Move this out of the soc_camera directory into the atmel directory
where it belongs.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/soc_camera/Makefile')
-rw-r--r-- | drivers/media/platform/soc_camera/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/soc_camera/Makefile b/drivers/media/platform/soc_camera/Makefile index 7633a0f2f66f..07a451e8b228 100644 --- a/drivers/media/platform/soc_camera/Makefile +++ b/drivers/media/platform/soc_camera/Makefile @@ -6,5 +6,4 @@ obj-$(CONFIG_SOC_CAMERA_SCALE_CROP) += soc_scale_crop.o obj-$(CONFIG_SOC_CAMERA_PLATFORM) += soc_camera_platform.o # soc-camera host drivers have to be linked after camera drivers -obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o |