Makefile (46fb99951fe2c71adfd7f4ea4439af5ed5ebb7f7) | Makefile (95495f2aa9d8df1a7697bab24118544d3568f41d) |
---|---|
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 += intel/ |
|
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/ 25obj-y += omap/ --- 18 unchanged lines hidden (view full) --- 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) 50obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o 51obj-$(CONFIG_VIDEO_MUX) += video-mux.o | 19obj-y += marvell-ccic/ 20obj-y += meson/ge2d/ 21obj-y += mtk-jpeg/ 22obj-y += mtk-mdp/ 23obj-y += mtk-vcodec/ 24obj-y += mtk-vpu/ 25obj-y += nxp/ 26obj-y += omap/ --- 18 unchanged lines hidden (view full) --- 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) 51obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o 52obj-$(CONFIG_VIDEO_MUX) += video-mux.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 | 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 |