Skip to content

Commit

Permalink
Merge pull request #64 from Kiblyn11/fix/dkms
Browse files Browse the repository at this point in the history
Fix DKMS build fail when updating kernel
  • Loading branch information
johnfanv2 committed Jun 6, 2023
2 parents e73b493 + b41eb5b commit f3f363f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel_module/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE_NAME="LenovoLegionLinux"
PACKAGE_VERSION="1.0.0"
MAKE[0]="make KERNEL_VERSION=${kernelver}"
MAKE[0]="make KERNELVERSION=${kernelver}"
BUILT_MODULE_NAME[0]="legion-laptop"
AUTOINSTALL="yes"
DEST_MODULE_LOCATION[0]="/kernel/drivers/platform/x86"
DEST_MODULE_LOCATION[0]="/kernel/drivers/platform/x86"

0 comments on commit f3f363f

Please sign in to comment.