mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 02:24:14 +08: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>
15 lines
190 B
Makefile
15 lines
190 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
obj-y := ttpci/ \
|
|
b2c2/ \
|
|
bt8xx/ \
|
|
pluto2/ \
|
|
dm1105/ \
|
|
pt1/ \
|
|
mantis/ \
|
|
ngene/ \
|
|
ddbridge/ \
|
|
b2c2/
|