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 += amd/ 10obj-y += amlogic/ 11obj-y += amphion/ 12obj-y += arm/ 13obj-y += aspeed/ 14obj-y += atmel/ 15obj-y += broadcom/ 16obj-y += cadence/ 17obj-y += chips-media/ 18obj-y += imagination/ 19obj-y += intel/ 20obj-y += marvell/ 21obj-y += mediatek/ 22obj-y += microchip/ 23obj-y += nuvoton/ 24obj-y += nvidia/ 25obj-y += nxp/ 26obj-y += qcom/ 27obj-y += raspberrypi/ 28obj-y += renesas/ 29obj-y += rockchip/ 30obj-y += samsung/ 31obj-y += st/ 32obj-y += sunxi/ 33obj-y += synopsys/ 34obj-y += ti/ 35obj-y += verisilicon/ 36obj-y += via/ 37obj-y += xilinx/ 38 39# Please place here only ancillary drivers that aren't SoC-specific 40# Please keep it alphabetically sorted by Kconfig name 41# (e. g. LC_ALL=C sort Makefile) 42obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o 43obj-$(CONFIG_VIDEO_MUX) += video-mux.o 44