mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 19:06:45 +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>
4 lines
113 B
Makefile
4 lines
113 B
Makefile
obj-y += b2c2/ saa7146/ siano/
|
|
obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o
|
|
obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o
|