mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:10:50 +07: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
|