blob: c10fbf56e249919f5464bf96cbb90dee65df1a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff --git a/blackmagic-14.4.1a4/Makefile b/blackmagic-14.4.1a4/Makefile
index 4130a76..400b9ac 100644
--- a/blackmagic-14.4.1a4/Makefile
+++ b/blackmagic-14.4.1a4/Makefile
@@ -49,3 +49,5 @@ $(LIB_TARGET_CMD):
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions built-in.o Module.symvers Module.markers modules.order
+bmd-support.o: bmd-support.o_shipped
+ cp bmd-support.o_shipped bmd-support.o
+
diff --git a/blackmagic-io-14.4.1a4/Makefile b/blackmagic-io-14.4.1a4/Makefile
index 72c7854..5130eb1 100644
--- a/blackmagic-io-14.4.1a4/Makefile
+++ b/blackmagic-io-14.4.1a4/Makefile
@@ -52,3 +52,5 @@ $(LIB_TARGET_CMD):
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions built-in.o Module.symvers Module.markers modules.order
+blackmagic.o: blackmagic.o_shipped
+ cp blackmagic.o_shipped blackmagic.o
+
|