# DKMS configuration for daedalus_v4l2 — V4L2 stateless decoder shim. # # Built against /lib/modules/$kernelver/build with the in-tree Makefile. # The Makefile uses `obj-m := daedalus_v4l2.o` and links # daedalus_v4l2_main.o + daedalus_v4l2_chardev.o into the final .ko. PACKAGE_NAME="daedalus_v4l2" PACKAGE_VERSION="#MODULE_VERSION#" # Single module produced by the Makefile. BUILT_MODULE_NAME[0]="daedalus_v4l2" DEST_MODULE_LOCATION[0]="/updates" # Use the package's own Makefile — it already does # `$(MAKE) -C $(KERNELDIR) M=$(PWD) modules`. MAKE[0]="make KERNELDIR=/lib/modules/${kernelver}/build all" CLEAN="make KERNELDIR=/lib/modules/${kernelver}/build clean" AUTOINSTALL="yes"