mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 20:46:42 +07:00
f1c50f2489
The btcx-risc module is a helper module for bttv/conexant based TV cards. It isn't an i2c module at all, instead it should be in common since it is used by 4 pci drivers. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
13 lines
445 B
Makefile
13 lines
445 B
Makefile
bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
|
|
bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \
|
|
bttv-input.o bttv-audio-hook.o
|
|
|
|
obj-$(CONFIG_VIDEO_BT848) += bttv.o
|
|
obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|
|
ccflags-y += -Idrivers/media/i2c
|
|
ccflags-y += -Idrivers/media/common
|
|
ccflags-y += -Idrivers/media/tuners
|