We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cecec commit 6d56d88Copy full SHA for 6d56d88
README.md
@@ -96,6 +96,8 @@ Install the module using DKMS:
96
97
Load the module:
98
#> sudo modprobe amd_hsmp
99
+or
100
+#> sudo modprobe hsmp_acpi
101
102
Building Module with specific version of kernel
103
dkms.conf
@@ -1,7 +1,11 @@
1
PACKAGE_NAME="amd_hsmp"
2
PACKAGE_VERSION="1.0"
3
-BUILT_MODULE_NAME="amd_hsmp"
4
-DEST_MODULE_LOCATION="/updates/dkms"
+BUILT_MODULE_NAME[0]="hsmp_common"
+BUILT_MODULE_NAME[1]="amd_hsmp"
5
+BUILT_MODULE_NAME[2]="hsmp_acpi"
6
+DEST_MODULE_LOCATION[0]="/updates/dkms"
7
+DEST_MODULE_LOCATION[1]="/updates/dkms"
8
+DEST_MODULE_LOCATION[2]="/updates/dkms"
9
REMAKE_INITRD="yes"
10
AUTOINSTALL="yes"
11
MAKE="'make' default KVER=${kernelver}"
0 commit comments