[module] fix compile on >= 5.9.0

fixes #314
This commit is contained in:
Geoffrey McRae
2020-10-30 16:13:29 +11:00
parent fd2801a670
commit 3de2641d92
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
PACKAGE_NAME="kvmfr"
PACKAGE_VERSION="0.0.2"
PACKAGE_VERSION="0.0.3"
BUILT_MODULE_NAME[0]="${PACKAGE_NAME}"
MAKE[0]="make KDIR=${kernel_source_dir}"
CLEAN="make KDIR=${kernel_source_dir} clean"