Skip to content

Commit 4e60cd1

Browse files
author
Nicholas Tsirakis
committed
[dkms] Match the module name to what is in Kbuild
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]>
1 parent 35b0a67 commit 4e60cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

argo-linux/dkms.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
PACKAGE_NAME="argo"
1+
PACKAGE_NAME="xen-argo"
22
PACKAGE_VERSION="1.0"
33
MAKE[0]="'make' KERNEL_VERSION=$kernelver"
44
CLEAN="'make' KERNEL_VERSION=$kernelver clean"
5-
BUILT_MODULE_NAME[0]="argo"
5+
BUILT_MODULE_NAME[0]="xen-argo"
66
DEST_MODULE_LOCATION[0]="/kernel/driver/xen"
77
AUTOINSTALL="yes"

0 commit comments

Comments
 (0)