Skip to content

Commit 6d56d88

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

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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]="hsmp_common"
4+
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"
59
REMAKE_INITRD="yes"
610
AUTOINSTALL="yes"
711
MAKE="'make' default KVER=${kernelver}"

0 commit comments

Comments
 (0)