mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
28cae868cd
Now that the custom motion detection API has been replaced with a standard API there is no reason anymore to keep it in staging. So (finally!) move it to drivers/media/pci. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
28 lines
641 B
Makefile
28 lines
641 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
obj-y += ttpci/ \
|
|
b2c2/ \
|
|
pluto2/ \
|
|
dm1105/ \
|
|
pt1/ \
|
|
mantis/ \
|
|
ngene/ \
|
|
ddbridge/ \
|
|
b2c2/ \
|
|
saa7146/
|
|
|
|
obj-$(CONFIG_VIDEO_IVTV) += ivtv/
|
|
obj-$(CONFIG_VIDEO_ZORAN) += zoran/
|
|
obj-$(CONFIG_VIDEO_CX18) += cx18/
|
|
obj-$(CONFIG_VIDEO_CX23885) += cx23885/
|
|
obj-$(CONFIG_VIDEO_CX25821) += cx25821/
|
|
obj-$(CONFIG_VIDEO_CX88) += cx88/
|
|
obj-$(CONFIG_VIDEO_BT848) += bt8xx/
|
|
obj-$(CONFIG_VIDEO_SAA7134) += saa7134/
|
|
obj-$(CONFIG_VIDEO_SAA7164) += saa7164/
|
|
obj-$(CONFIG_VIDEO_MEYE) += meye/
|
|
obj-$(CONFIG_STA2X11_VIP) += sta2x11/
|
|
obj-$(CONFIG_VIDEO_SOLO6X10) += solo6x10/
|