diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-09-21 08:53:25 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-10 13:00:06 +0200 |
commit | c1d82b89538032718cba30b5b1fe192dfb343212 (patch) | |
tree | 648a52fcf092d4576ae80b4cc141bf86d5825f12 /drivers/media/platform/Makefile | |
parent | [media] atmel-isi: remove dependency of the soc-camera framework (diff) | |
download | linux-c1d82b89538032718cba30b5b1fe192dfb343212.tar.xz linux-c1d82b89538032718cba30b5b1fe192dfb343212.zip |
[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/Makefile')
-rw-r--r-- | drivers/media/platform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile index 8959f6e6692a..c491731f5909 100644 --- a/drivers/media/platform/Makefile +++ b/drivers/media/platform/Makefile @@ -63,6 +63,7 @@ obj-$(CONFIG_VIDEO_XILINX) += xilinx/ obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar-vin/ obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel/ +obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel/ ccflags-y += -I$(srctree)/drivers/media/i2c |