ceafdaac46
As the end goal is to have platform drivers split by vendor, rename omap3isp/ to ti/omap3isp/. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
54 lines
1.3 KiB
Makefile
54 lines
1.3 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 += amlogic/meson-ge2d/
|
|
obj-y += amphion/
|
|
obj-y += aspeed/
|
|
obj-y += atmel/
|
|
obj-y += cadence/
|
|
obj-y += chips-media/
|
|
obj-y += intel/
|
|
obj-y += marvell/
|
|
obj-y += mediatek/mtk-jpeg/
|
|
obj-y += mediatek/mtk-mdp/
|
|
obj-y += mediatek/mtk-vcodec/
|
|
obj-y += mediatek/mtk-vpu/
|
|
obj-y += nvidia/tegra-vde/
|
|
obj-y += nxp/
|
|
obj-y += omap/
|
|
obj-y += qcom/camss/
|
|
obj-y += qcom/venus/
|
|
obj-y += renesas/
|
|
obj-y += rockchip/rga/
|
|
obj-y += rockchip/rkisp1/
|
|
obj-y += samsung/exynos-gsc/
|
|
obj-y += samsung/exynos4-is/
|
|
obj-y += samsung/s3c-camif/
|
|
obj-y += samsung/s5p-g2d/
|
|
obj-y += samsung/s5p-jpeg/
|
|
obj-y += samsung/s5p-mfc/
|
|
obj-y += sunxi/
|
|
obj-y += st/sti/bdisp/
|
|
obj-y += st/sti/c8sectpfe/
|
|
obj-y += st/sti/delta/
|
|
obj-y += st/sti/hva/
|
|
obj-y += st/stm32/
|
|
obj-y += ti-vpe/
|
|
obj-y += ti/am437x/
|
|
obj-y += ti/davinci/
|
|
obj-y += ti/omap3isp/
|
|
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
|