mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
aa7b827878
Kconfig and Makefile doesn't have license line, thus, these are GPL-2.0 as default. All ohter files are GPL-2.0+ as original license. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
6 lines
175 B
Makefile
6 lines
175 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
rcar-vin-objs = rcar-core.o rcar-dma.o rcar-v4l2.o
|
|
|
|
obj-$(CONFIG_VIDEO_RCAR_CSI2) += rcar-csi2.o
|
|
obj-$(CONFIG_VIDEO_RCAR_VIN) += rcar-vin.o
|