Mailing List archive

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

[linux-dvb] Makefile patch



Hi all,
attached a tiny patch which triggers a rebuild if  the static firmware
has changed.

Index: Makefile
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/build-2.4/Makefile,v
retrieving revision 1.59
diff -u -3 -p -u -r1.59 Makefile
--- Makefile    5 Jan 2004 18:38:02 -0000       1.59
+++ Makefile    9 Jan 2004 14:44:12 -0000
@@ -107,7 +107,7 @@ dvb-ttpci-budget-patch.o: $(dvb-ttpci-bu
dvb-ttpci-budget.o: $(dvb-ttpci-budget-objs)
       $(LD) -r -o $@ $(dvb-ttpci-budget-objs)

-av7110_firm.h: fdump
+av7110_firm.h: fdump $(AV7110_FIRMWARE_PRESENT)
       ./fdump $(AV7110_FIRMWARE_PRESENT) dvb_ttpci_fw $@

av7110.o: av7110_firm.h


Regards

Dominik




--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index