Skip to content

Commit

Permalink
Avoid building utils with dkms
Browse files Browse the repository at this point in the history
This changes the dkms configuration to only build the kernel module, not
the utils, i.e. v4l2loopback-ctl.
  • Loading branch information
harmathy authored and umlaeute committed Mar 19, 2024
1 parent 017b089 commit 3a1b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -f $kernel_source_dir/.config ]; then
fi

# Items below here should not have to change with each driver version
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} all"
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} v4l2loopback"
CLEAN="make clean"

BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
Expand Down

0 comments on commit 3a1b8f5

Please sign in to comment.