mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

As the end goal is to have platform drivers split by vendor, rename coda/ to chips-media/. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
52 lines
1.2 KiB
Makefile
52 lines
1.2 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the video capture/playback device drivers.
|
|
#
|
|
|
|
# Place here, alphabetically sorted by directory
|
|
# (e. g. LC_ALL=C sort Makefile)
|
|
obj-y += allegro-dvt/
|
|
obj-y += am437x/
|
|
obj-y += amphion/
|
|
obj-y += aspeed/
|
|
obj-y += atmel/
|
|
obj-y += cadence/
|
|
obj-y += chips-media/
|
|
obj-y += davinci/
|
|
obj-y += exynos-gsc/
|
|
obj-y += exynos4-is/
|
|
obj-y += intel/
|
|
obj-y += marvell-ccic/
|
|
obj-y += meson/ge2d/
|
|
obj-y += mtk-jpeg/
|
|
obj-y += mtk-mdp/
|
|
obj-y += mtk-vcodec/
|
|
obj-y += mtk-vpu/
|
|
obj-y += nxp/
|
|
obj-y += omap/
|
|
obj-y += omap3isp/
|
|
obj-y += qcom/camss/
|
|
obj-y += qcom/venus/
|
|
obj-y += renesas/
|
|
obj-y += rockchip/rga/
|
|
obj-y += rockchip/rkisp1/
|
|
obj-y += s3c-camif/
|
|
obj-y += s5p-g2d/
|
|
obj-y += s5p-jpeg/
|
|
obj-y += s5p-mfc/
|
|
obj-y += sti/bdisp/
|
|
obj-y += sti/c8sectpfe/
|
|
obj-y += sti/delta/
|
|
obj-y += sti/hva/
|
|
obj-y += stm32/
|
|
obj-y += sunxi/
|
|
obj-y += tegra/vde/
|
|
obj-y += ti-vpe/
|
|
obj-y += via/
|
|
obj-y += xilinx/
|
|
|
|
# Please place here only ancillary drivers that aren't SoC-specific
|
|
# Please keep it alphabetically sorted by Kconfig name
|
|
# (e. g. LC_ALL=C sort Makefile)
|
|
obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
|
|
obj-$(CONFIG_VIDEO_MUX) += video-mux.o
|