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/atmel/Makefile | |
parent | d12c9088c0b2a0973ca8d9508481d544d62b8a8b (diff) | |
download | talos-op-linux-c1d82b89538032718cba30b5b1fe192dfb343212.tar.gz talos-op-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/atmel/Makefile')
-rw-r--r-- | drivers/media/platform/atmel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/atmel/Makefile b/drivers/media/platform/atmel/Makefile index 9d7c999d434d..27000d099a5e 100644 --- a/drivers/media/platform/atmel/Makefile +++ b/drivers/media/platform/atmel/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o +obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o |