Add DKMS config (thanks gnif)

This commit is contained in:
Adam Madsen 2020-11-10 07:08:05 -06:00
parent 5615523f26
commit f3cbc30bf0

7
dkms.conf Normal file
View File

@ -0,0 +1,7 @@
PACKAGE_NAME="vendor-reset"
PACKAGE_VERSION="0.0.1"
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"