mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Remove chdir argument from dkms.conf make calls
This commit is contained in:
parent
46aca07994
commit
91b0258c54
|
@ -5,6 +5,6 @@ DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
|||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
BUILT_MODULE_LOCATION[0]="src/"
|
||||
|
||||
MAKE[0]="make -C . KDIR=/lib/modules/${kernelver}/build"
|
||||
CLEAN="make -C . clean"
|
||||
MAKE[0]="make KDIR=/lib/modules/${kernelver}/build"
|
||||
CLEAN="make clean"
|
||||
AUTOINSTALL="yes"
|
||||
|
|
Loading…
Reference in a new issue