mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
452015de2e
This patch adds support to saa7134 for 'WIS Voyager or compatible' PCI boards such as the Sensoray model 614 with which this patch was tested. It is a saa7134-based PCI board with a go7007 MPEG encoder. This was a patch when the go7007 was still in staging and was not applied when go7007 was moved to drivers/media since it needed more work. That work is now done and this last piece of go7007 support can now go in. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Tested-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
18 lines
626 B
Makefile
18 lines
626 B
Makefile
|
|
saa7134-y += saa7134-cards.o saa7134-core.o saa7134-i2c.o
|
|
saa7134-y += saa7134-ts.o saa7134-tvaudio.o saa7134-vbi.o
|
|
saa7134-y += saa7134-video.o
|
|
saa7134-$(CONFIG_VIDEO_SAA7134_RC) += saa7134-input.o
|
|
|
|
obj-$(CONFIG_VIDEO_SAA7134) += saa7134.o saa7134-empress.o saa7134-go7007.o
|
|
|
|
obj-$(CONFIG_VIDEO_SAA7134_ALSA) += saa7134-alsa.o
|
|
|
|
obj-$(CONFIG_VIDEO_SAA7134_DVB) += saa7134-dvb.o
|
|
|
|
ccflags-y += -I$(srctree)/drivers/media/i2c
|
|
ccflags-y += -I$(srctree)/drivers/media/tuners
|
|
ccflags-y += -I$(srctree)/drivers/media/dvb-core
|
|
ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
|
|
ccflags-y += -I$(srctree)/drivers/media/usb/go7007
|