Skip to content

Commit 31d42ac

Browse files
committed
Add hsmp_acpi to dkms config
Signed-off-by: Martin Matyas <[email protected]>
1 parent f2cecec commit 31d42ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Install the module using DKMS:
9696

9797
Load the module:
9898
#> sudo modprobe amd_hsmp
99+
or
100+
#> sudo modprobe hsmp_acpi
99101

100102
Building Module with specific version of kernel
101103

dkms.conf

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
PACKAGE_NAME="amd_hsmp"
22
PACKAGE_VERSION="1.0"
3-
BUILT_MODULE_NAME="amd_hsmp"
4-
DEST_MODULE_LOCATION="/updates/dkms"
3+
BUILT_MODULE_NAME[0]="amd_hsmp"
4+
BUILT_MODULE_NAME[1]="hsmp_acpi"
5+
DEST_MODULE_LOCATION[0]="/updates/dkms"
6+
DEST_MODULE_LOCATION[1]="/updates/dkms"
57
REMAKE_INITRD="yes"
68
AUTOINSTALL="yes"
79
MAKE="'make' default KVER=${kernelver}"

0 commit comments

Comments
 (0)