Makefile (c1024049033f923b80ec80f4c1857d6dbcdf5bc8) Makefile (a7f3b2d32dabd8e59854ec39ba257050b5e4949e)
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/

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

24obj-y += nxp/
25obj-y += omap/
26obj-y += omap3isp/
27obj-y += qcom/camss/
28obj-y += qcom/venus/
29obj-y += renesas/
30obj-y += rockchip/rga/
31obj-y += rockchip/rkisp1/
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/

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

24obj-y += nxp/
25obj-y += omap/
26obj-y += omap3isp/
27obj-y += qcom/camss/
28obj-y += qcom/venus/
29obj-y += renesas/
30obj-y += rockchip/rga/
31obj-y += rockchip/rkisp1/
32obj-y += s5p-g2d/
33obj-y += s5p-jpeg/
34obj-y += s5p-mfc/
35obj-y += samsung/exynos-gsc/
36obj-y += samsung/exynos4-is/
37obj-y += samsung/s3c-camif/
32obj-y += s5p-jpeg/
33obj-y += s5p-mfc/
34obj-y += samsung/exynos-gsc/
35obj-y += samsung/exynos4-is/
36obj-y += samsung/s3c-camif/
37obj-y += samsung/s5p-g2d/
38obj-y += sti/bdisp/
39obj-y += sti/c8sectpfe/
40obj-y += sti/delta/
41obj-y += sti/hva/
42obj-y += stm32/
43obj-y += sunxi/
44obj-y += ti-vpe/
45obj-y += via/
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
38obj-y += sti/bdisp/
39obj-y += sti/c8sectpfe/
40obj-y += sti/delta/
41obj-y += sti/hva/
42obj-y += stm32/
43obj-y += sunxi/
44obj-y += ti-vpe/
45obj-y += via/
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