Makefile (69c5ee8aae03bb9f9a8a825175a1cd0644eaf20c) Makefile (46fb99951fe2c71adfd7f4ea4439af5ed5ebb7f7)
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 += aspeed/
10obj-y += am437x/
11obj-y += amphion/
12obj-y += atmel/
13obj-y += cadence/
14obj-y += coda/
15obj-y += davinci/
16obj-y += exynos-gsc/
17obj-y += exynos4-is/
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 += aspeed/
10obj-y += am437x/
11obj-y += amphion/
12obj-y += atmel/
13obj-y += cadence/
14obj-y += coda/
15obj-y += davinci/
16obj-y += exynos-gsc/
17obj-y += exynos4-is/
18obj-y += imx/
19obj-y += imx-jpeg/
20obj-y += marvell-ccic/
21obj-y += meson/ge2d/
22obj-y += mtk-jpeg/
23obj-y += mtk-mdp/
24obj-y += mtk-vcodec/
25obj-y += mtk-vpu/
18obj-y += marvell-ccic/
19obj-y += meson/ge2d/
20obj-y += mtk-jpeg/
21obj-y += mtk-mdp/
22obj-y += mtk-vcodec/
23obj-y += mtk-vpu/
24obj-y += nxp/
26obj-y += omap/
27obj-y += omap3isp/
28obj-y += qcom/camss/
29obj-y += qcom/venus/
30obj-y += rcar-vin/
31obj-y += rockchip/rga/
32obj-y += rockchip/rkisp1/
33obj-y += s3c-camif/

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

43obj-y += tegra/vde/
44obj-y += ti-vpe/
45obj-y += vsp1/
46obj-y += xilinx/
47
48# Please place here only ancillary drivers that aren't SoC-specific
49# Please keep it alphabetically sorted by Kconfig name
50# (e. g. LC_ALL=C sort Makefile)
25obj-y += omap/
26obj-y += omap3isp/
27obj-y += qcom/camss/
28obj-y += qcom/venus/
29obj-y += rcar-vin/
30obj-y += rockchip/rga/
31obj-y += rockchip/rkisp1/
32obj-y += s3c-camif/

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

42obj-y += tegra/vde/
43obj-y += ti-vpe/
44obj-y += vsp1/
45obj-y += xilinx/
46
47# Please place here only ancillary drivers that aren't SoC-specific
48# Please keep it alphabetically sorted by Kconfig name
49# (e. g. LC_ALL=C sort Makefile)
51obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o
52obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
53obj-$(CONFIG_VIDEO_MUX) += video-mux.o
50obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o
51obj-$(CONFIG_VIDEO_MUX) += video-mux.o
54obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o
55obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o
56obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o
57obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o
58obj-$(CONFIG_VIDEO_RENESAS_CEU) += renesas-ceu.o
59obj-$(CONFIG_VIDEO_RENESAS_FCP) += rcar-fcp.o
60obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o
61obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o
62obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o
63obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o
52obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o
53obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o
54obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o
55obj-$(CONFIG_VIDEO_RENESAS_CEU) += renesas-ceu.o
56obj-$(CONFIG_VIDEO_RENESAS_FCP) += rcar-fcp.o
57obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o
58obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o
59obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o
60obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o
64obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o