Makefile (8148baabd1c4b02c0af3002d59a1c92975d2e719) | Makefile (f2ab6d3e8c485f794b5e2de07c09d2bd653ef85e) |
---|---|
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/ | 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 += am437x/ 10obj-y += amlogic/meson-ge2d/ | 9obj-y += amlogic/ |
11obj-y += amphion/ 12obj-y += aspeed/ 13obj-y += atmel/ 14obj-y += cadence/ 15obj-y += chips-media/ 16obj-y += intel/ 17obj-y += marvell/ | 10obj-y += amphion/ 11obj-y += aspeed/ 12obj-y += atmel/ 13obj-y += cadence/ 14obj-y += chips-media/ 15obj-y += intel/ 16obj-y += marvell/ |
18obj-y += mediatek/mtk-jpeg/ 19obj-y += mediatek/mtk-mdp/ 20obj-y += mediatek/mtk-vcodec/ 21obj-y += mediatek/mtk-vpu/ 22obj-y += nvidia/tegra-vde/ | 17obj-y += mediatek/ 18obj-y += nvidia/ |
23obj-y += nxp/ | 19obj-y += nxp/ |
24obj-y += qcom/camss/ 25obj-y += qcom/venus/ | 20obj-y += qcom/ |
26obj-y += renesas/ | 21obj-y += renesas/ |
27obj-y += rockchip/rga/ 28obj-y += rockchip/rkisp1/ 29obj-y += samsung/exynos-gsc/ 30obj-y += samsung/exynos4-is/ 31obj-y += samsung/s3c-camif/ 32obj-y += samsung/s5p-g2d/ 33obj-y += samsung/s5p-jpeg/ 34obj-y += samsung/s5p-mfc/ | 22obj-y += rockchip/ 23obj-y += samsung/ 24obj-y += st/ |
35obj-y += sunxi/ | 25obj-y += sunxi/ |
36obj-y += st/sti/bdisp/ 37obj-y += st/sti/c8sectpfe/ 38obj-y += st/sti/delta/ 39obj-y += st/sti/hva/ 40obj-y += st/stm32/ | |
41obj-y += ti/ 42obj-y += via/ 43obj-y += xilinx/ 44 45# Please place here only ancillary drivers that aren't SoC-specific 46# Please keep it alphabetically sorted by Kconfig name 47# (e. g. LC_ALL=C sort Makefile) 48obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o 49obj-$(CONFIG_VIDEO_MUX) += video-mux.o | 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 |