mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
3785bc170f
b2c2 is, in fact, 2 drivers: one for PCI and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
238 B
Makefile
7 lines
238 B
Makefile
saa7146-objs := saa7146_i2c.o saa7146_core.o
|
|
saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o
|
|
|
|
obj-y += tuners/ b2c2/
|
|
obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
|
|
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o
|