[module] Fix build on Linux 6.4 (fixes #1075)

This commit is contained in:
esi
2023-05-12 16:28:01 -04:00
committed by Geoffrey McRae
parent 53525847fd
commit e32b292cc1
2 changed files with 5 additions and 1 deletions

View File

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