diff --git a/README.md b/README.md index ebc9dc1..6abf96f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ Install the module using DKMS: Load the module: #> sudo modprobe amd_hsmp +or +#> sudo modprobe hsmp_acpi Building Module with specific version of kernel diff --git a/dkms.conf b/dkms.conf index d0a493c..d3e4050 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,7 +1,9 @@ PACKAGE_NAME="amd_hsmp" PACKAGE_VERSION="1.0" -BUILT_MODULE_NAME="amd_hsmp" -DEST_MODULE_LOCATION="/updates/dkms" +BUILT_MODULE_NAME[0]="amd_hsmp" +BUILT_MODULE_NAME[1]="hsmp_acpi" +DEST_MODULE_LOCATION[0]="/updates/dkms" +DEST_MODULE_LOCATION[1]="/updates/dkms" REMAKE_INITRD="yes" AUTOINSTALL="yes" MAKE="'make' default KVER=${kernelver}"