mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2025-01-18 19:42:05 +01:00
Fix DKMS: Variable specified in Makefile is KDIR, not KERNELDIR
This commit is contained in:
parent
03af55febd
commit
c5db7b4115
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ DEST_MODULE_LOCATION=/kernel/lib/
|
|||
BUILT_MODULE_NAME=tuxedo_keyboard
|
||||
BUILT_MODULE_LOCATION=src/
|
||||
|
||||
MAKE="make -C . KERNELDIR=/lib/modules/${kernelver}/build"
|
||||
MAKE="make -C . KDIR=/lib/modules/${kernelver}/build"
|
||||
CLEAN="make -C src/ clean"
|
||||
AUTOINSTALL="yes"
|
||||
|
|
Loading…
Reference in a new issue