Skip to content

Commit

Permalink
[dkms] Match the module name to what is in Kbuild
Browse files Browse the repository at this point in the history
Kbuild generates the .ko name from the contents of the
Kbuild file, but these lines do not match the module
name defined in dkms.conf. This commit aligns the two.

Signed-off-by: Nicholas Tsirakis <[email protected]>
  • Loading branch information
Nicholas Tsirakis committed Oct 25, 2022
1 parent 35b0a67 commit 4e60cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argo-linux/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE_NAME="argo"
PACKAGE_NAME="xen-argo"
PACKAGE_VERSION="1.0"
MAKE[0]="'make' KERNEL_VERSION=$kernelver"
CLEAN="'make' KERNEL_VERSION=$kernelver clean"
BUILT_MODULE_NAME[0]="argo"
BUILT_MODULE_NAME[0]="xen-argo"
DEST_MODULE_LOCATION[0]="/kernel/driver/xen"
AUTOINSTALL="yes"

0 comments on commit 4e60cd1

Please sign in to comment.