[module] update instructions and add dkms.conf

Fixes #148
This commit is contained in:
Geoffrey McRae
2019-05-23 18:46:27 +10:00
parent 1492196bbf
commit ee5d6c7c3e
4 changed files with 28 additions and 15 deletions

8
module/dkms.conf Normal file
View File

@@ -0,0 +1,8 @@
PACKAGE_NAME=kvmfr
PACKAGE_VERSION=0.1
BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
DEST_MODULE_LOCATION[0]=/extra
REMAKE_INITRD=yes
AUTOINSTALL=yes