mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
69b8c4b4eb
linux@a4574f63 caused the kernel module to fail to compile, due to changing the dev_pagemap->res field to dev_pagemap->range. Closes #328
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
PACKAGE_NAME="kvmfr"
|
|
PACKAGE_VERSION="0.0.5"
|
|
BUILT_MODULE_NAME[0]="${PACKAGE_NAME}"
|
|
MAKE[0]="make KDIR=${kernel_source_dir}"
|
|
CLEAN="make KDIR=${kernel_source_dir} clean"
|
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
|
|
AUTOINSTALL="yes"
|