]> Git Repo - linux.git/blob - drivers/media/platform/Makefile
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / media / platform / Makefile
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)
8 obj-y += allegro-dvt/
9 obj-y += amlogic/
10 obj-y += amphion/
11 obj-y += aspeed/
12 obj-y += atmel/
13 obj-y += cadence/
14 obj-y += chips-media/
15 obj-y += intel/
16 obj-y += marvell/
17 obj-y += mediatek/
18 obj-y += microchip/
19 obj-y += nvidia/
20 obj-y += nxp/
21 obj-y += qcom/
22 obj-y += renesas/
23 obj-y += rockchip/
24 obj-y += samsung/
25 obj-y += st/
26 obj-y += sunxi/
27 obj-y += ti/
28 obj-y += verisilicon/
29 obj-y += via/
30 obj-y += xilinx/
31
32 # Please place here only ancillary drivers that aren't SoC-specific
33 # Please keep it alphabetically sorted by Kconfig name
34 # (e. g. LC_ALL=C sort Makefile)
35 obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
36 obj-$(CONFIG_VIDEO_MUX)                 += video-mux.o
This page took 0.036038 seconds and 4 git commands to generate.