1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the video capture/playback device drivers.
4#
5
6# Place here, alphabetically sorted by directory
7# (e. g. LC_ALL=C sort Makefile)
8obj-y += allegro-dvt/
9obj-y += amlogic/
10obj-y += amphion/
11obj-y += aspeed/
12obj-y += atmel/
13obj-y += cadence/
14obj-y += chips-media/
15obj-y += intel/
16obj-y += marvell/
17obj-y += mediatek/
18obj-y += microchip/
19obj-y += nuvoton/
20obj-y += nvidia/
21obj-y += nxp/
22obj-y += qcom/
23obj-y += renesas/
24obj-y += rockchip/
25obj-y += samsung/
26obj-y += st/
27obj-y += sunxi/
28obj-y += ti/
29obj-y += verisilicon/
30obj-y += via/
31obj-y += xilinx/
32
33# Please place here only ancillary drivers that aren't SoC-specific
34# Please keep it alphabetically sorted by Kconfig name
35# (e. g. LC_ALL=C sort Makefile)
36obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE)	+= m2m-deinterlace.o
37obj-$(CONFIG_VIDEO_MUX)			+= video-mux.o
38