ajantv2-nix/ntv2/lol.patch

21 lines
708 B
Diff
Raw Normal View History

2023-10-02 22:56:38 +01:00
diff --git a/ajadriver/linux/Makefile b/ajadriver/linux/Makefile
index 710951b..6fde2b4 100644
--- a/ajadriver/linux/Makefile
+++ b/ajadriver/linux/Makefile
@@ -177,15 +177,6 @@ all: $(DRIVERINCS) $(DRIVERSRCS) $(HEVCINCS) $(HEVCSRCS) $(RDMAINCS)
# Make a symlink to the C-only CPP files we need in classes.
-ntv2devicefeatures.c:
- ln -sf $(A_LIB_NTV2_SRC)/ntv2devicefeatures.cpp $(A_LINUX_DRIVER_PATH)/ntv2devicefeatures.c
-
-ntv2driverprocamp.c:
- ln -sf $(A_LIB_NTV2_SRC)/ntv2driverprocamp.cpp $(A_LINUX_DRIVER_PATH)/ntv2driverprocamp.c
-
-ntv2vpidfromspec.c:
- ln -sf $(A_LIB_NTV2_SRC)/ntv2vpidfromspec.cpp $(A_LINUX_DRIVER_PATH)/ntv2vpidfromspec.c
-
.PHONY: clean cleandeps realclean
clean: