nct6687d/dkms.conf
TTtie 185e6c2b2f
Fix DKMS building for incorrect versions
This commit fixes an issue where the module is built using
the currently running kernel version instead of the new one
when a DKMS build is triggered.
2022-06-18 13:50:15 +00:00

7 lines
203 B
Text

PACKAGE_NAME="nct6687d"
PACKAGE_VERSION="1"
MAKE[0]="make kver=${kernelver} dkms/build"
BUILT_MODULE_NAME[0]="nct6687"
DEST_MODULE_LOCATION[0]="/kernel/drivers/hwmon/"
AUTOINSTALL="yes"
REMAKE_INITRD=no