furkanmustafa / forcefully-remove-bootfb

releases memory areas used for BOOTFB for linux/kvm/vfio/pci-passthrough
GNU General Public License v3.0
22 stars 7 forks source link

DKMS Support #3

Open furkanmustafa opened 2 years ago

furkanmustafa commented 2 years ago

v4l2loopback could be a simple example to look at => https://github.com/umlaeute/v4l2loopback/blob/main/dkms.conf

furkanmustafa commented 2 years ago

This?

PACKAGE_NAME="force-remove-bootfb"
PACKAGE_VERSION="0.0.1"

# Items below here should not have to change with each driver version
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} module"
CLEAN="make clean"

BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/extra"

AUTOINSTALL="yes"