mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
e68044e235
drivers/ieee1394/ has been removed in Linux 2.6.37. The corresponding backend code in firedtv is no longer built in now and can be deleted. Firedtv continues to work with drivers/firewire/. Also, fix a Kconfig menu comment: Removal of CONFIG_IEEE1394 made the "Supported FireWire (IEEE 1394) Adapters" comment disappear; bring it back with corrected dependency. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Reviewed-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
218 B
Makefile
7 lines
218 B
Makefile
obj-$(CONFIG_DVB_FIREDTV) += firedtv.o
|
|
|
|
firedtv-y := firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o
|
|
firedtv-$(CONFIG_DVB_FIREDTV_INPUT) += firedtv-rc.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb/dvb-core
|