mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
ee4a77a32b
In order to cleanup the main platform media directory, move Renesas driver to its own directory. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
16 lines
456 B
Makefile
16 lines
456 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Renesas capture/playback device drivers.
|
|
#
|
|
|
|
obj-y += rcar-vin/
|
|
obj-y += vsp1/
|
|
|
|
obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o
|
|
obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_CEU) += renesas-ceu.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_FCP) += rcar-fcp.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o
|
|
obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o
|
|
obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o
|