brintos

brintos / linux-shallow public Read only

0
0
Text · 920 B · ace4e34 Raw
41 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the video capture/playback device drivers.4#5 6# Place here, alphabetically sorted by directory7# (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 += broadcom/14obj-y += cadence/15obj-y += chips-media/16obj-y += imagination/17obj-y += intel/18obj-y += marvell/19obj-y += mediatek/20obj-y += microchip/21obj-y += nuvoton/22obj-y += nvidia/23obj-y += nxp/24obj-y += qcom/25obj-y += raspberrypi/26obj-y += renesas/27obj-y += rockchip/28obj-y += samsung/29obj-y += st/30obj-y += sunxi/31obj-y += ti/32obj-y += verisilicon/33obj-y += via/34obj-y += xilinx/35 36# Please place here only ancillary drivers that aren't SoC-specific37# Please keep it alphabetically sorted by Kconfig name38# (e. g. LC_ALL=C sort Makefile)39obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE)	+= m2m-deinterlace.o40obj-$(CONFIG_VIDEO_MUX)			+= video-mux.o41