mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Merge pull request #4 from pointhi/var_fix
Fix DKMS: Variable specified in Makefile is KDIR, not KERNELDIR
This commit is contained in:
commit
f22b318e27
|
@ -5,6 +5,6 @@ DEST_MODULE_LOCATION=/kernel/lib/
|
||||||
BUILT_MODULE_NAME=tuxedo_keyboard
|
BUILT_MODULE_NAME=tuxedo_keyboard
|
||||||
BUILT_MODULE_LOCATION=src/
|
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"
|
CLEAN="make -C src/ clean"
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
|
|
Loading…
Reference in a new issue