mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
Rewrite dkms.conf
1) With the change to the Makefile, this update allows dkms to build and install the module for different kernels. 2) As per dkms documentation, no use of ${dkms_tree}. 3) Removed the use of REMAKE_INITRD as this module is not needed that early in the boot process. 4) Updated version to match what's defined in the module
This commit is contained in:
parent
71ffa0a137
commit
e3343cbd01
@ -1,8 +1,7 @@
|
|||||||
PACKAGE_NAME=kvmfr
|
PACKAGE_NAME="kvmfr"
|
||||||
PACKAGE_VERSION=0.1
|
PACKAGE_VERSION="0.0.1"
|
||||||
BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
|
BUILT_MODULE_NAME[0]="${PACKAGE_NAME}"
|
||||||
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
|
MAKE[0]="make KDIR=${kernel_source_dir}"
|
||||||
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
|
CLEAN="make KDIR=${kernel_source_dir} clean"
|
||||||
DEST_MODULE_LOCATION[0]=/extra
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
|
||||||
REMAKE_INITRD=yes
|
AUTOINSTALL="yes"
|
||||||
AUTOINSTALL=yes
|
|
||||||
|
Loading…
Reference in New Issue
Block a user