mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update dkms.conf
This commit is contained in:
parent
6f00433b9e
commit
15535d2b65
12
dkms.conf
12
dkms.conf
|
@ -1,10 +1,10 @@
|
|||
PACKAGE_NAME=tuxedo_keyboard
|
||||
PACKAGE_NAME=tuxedo-keyboard
|
||||
PACKAGE_VERSION=2.0.0
|
||||
|
||||
DEST_MODULE_LOCATION=/kernel/lib/
|
||||
BUILT_MODULE_NAME=tuxedo_keyboard
|
||||
BUILT_MODULE_LOCATION=src/
|
||||
DEST_MODULE_LOCATION[0]="/kernel/lib/"
|
||||
BUILT_MODULE_NAME[0]="tuxedo_keyboard"
|
||||
BUILT_MODULE_LOCATION[0]="src/"
|
||||
|
||||
MAKE="make -C . KDIR=/lib/modules/${kernelver}/build"
|
||||
CLEAN="make -C src/ clean"
|
||||
MAKE[0]="make -C . KERNELDIR=/lib/modules/${kernelver}/build"
|
||||
CLEAN="make -C . clean"
|
||||
AUTOINSTALL="yes"
|
||||
|
|
Loading…
Reference in a new issue