Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Makefile patch for 2.6.10 kernel



In the ttpci Makefile, there is a missing dependency on the AV7110 firmware when it is built-in.
This small patch fixes the problem :

--- drivers/media/dvb/ttpci/Makefile.orig       2004-12-24 22:34:00.000000000 +0100
+++ drivers/media/dvb/ttpci/Makefile    2004-12-25 18:47:10.000000000 +0100
@@ -18,6 +18,6 @@
 ifdef CONFIG_DVB_AV7110_FIRMWARE
 $(obj)/av7110.o: $(obj)/fdump $(obj)/av7110_firm.h

-$(obj)/av7110_firm.h:
+$(obj)/av7110_firm.h: $(subst ",, $(CONFIG_DVB_AV7110_FIRMWARE_FILE))
        $(obj)/fdump $(CONFIG_DVB_AV7110_FIRMWARE_FILE) dvb_ttpci_fw $@
 endif

Regards,

Jean-Claude




Home | Main Index | Thread Index