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