Makefile (a1e2940458853d00c178c842c889e4ae3ef5eaec) Makefile (12187bd5d4f8c128c9deca1b7f95fde78eecf99b)
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/

--- 8 unchanged lines hidden (view full) ---

17obj-y += intel/
18obj-y += marvell/
19obj-y += mediatek/
20obj-y += microchip/
21obj-y += nuvoton/
22obj-y += nvidia/
23obj-y += nxp/
24obj-y += qcom/
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/

--- 8 unchanged lines hidden (view full) ---

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/
25obj-y += renesas/
26obj-y += rockchip/
27obj-y += samsung/
28obj-y += st/
29obj-y += sunxi/
30obj-y += ti/
31obj-y += verisilicon/
32obj-y += via/
33obj-y += xilinx/
34
35# Please place here only ancillary drivers that aren't SoC-specific
36# Please keep it alphabetically sorted by Kconfig name
37# (e. g. LC_ALL=C sort Makefile)
38obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
39obj-$(CONFIG_VIDEO_MUX) += video-mux.o
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-specific
37# Please keep it alphabetically sorted by Kconfig name
38# (e. g. LC_ALL=C sort Makefile)
39obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
40obj-$(CONFIG_VIDEO_MUX) += video-mux.o