Makefile (012e3ca3cb4d7f50699b983af86532aa92faa90f) | Makefile (8148baabd1c4b02c0af3002d59a1c92975d2e719) |
---|---|
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/ --- 24 unchanged lines hidden (view full) --- 33obj-y += samsung/s5p-jpeg/ 34obj-y += samsung/s5p-mfc/ 35obj-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/ | 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/ --- 24 unchanged lines hidden (view full) --- 33obj-y += samsung/s5p-jpeg/ 34obj-y += samsung/s5p-mfc/ 35obj-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-vpe/ 42obj-y += ti/am437x/ 43obj-y += ti/davinci/ 44obj-y += ti/omap/ 45obj-y += ti/omap3isp/ | 41obj-y += ti/ |
46obj-y += via/ 47obj-y += xilinx/ 48 49# Please place here only ancillary drivers that aren't SoC-specific 50# Please keep it alphabetically sorted by Kconfig name 51# (e. g. LC_ALL=C sort Makefile) 52obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o 53obj-$(CONFIG_VIDEO_MUX) += video-mux.o | 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 |