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