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