f876502d9a
Driver added to Makefile and Kconfig. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
21 lines
307 B
Makefile
21 lines
307 B
Makefile
#
|
|
# Makefile for the kernel multimedia device drivers.
|
|
#
|
|
|
|
obj-y := dvb-core/ \
|
|
frontends/ \
|
|
ttpci/ \
|
|
ttusb-dec/ \
|
|
ttusb-budget/ \
|
|
b2c2/ \
|
|
bt8xx/ \
|
|
dvb-usb/ \
|
|
pluto2/ \
|
|
siano/ \
|
|
dm1105/ \
|
|
pt1/ \
|
|
mantis/ \
|
|
ngene/ \
|
|
ddbridge/
|
|
|
|
obj-$(CONFIG_DVB_FIREDTV) += firewire/
|