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