clevo-keyboard/dkms.conf
Dennis E. Mungai 24097f1480
The /extra module target is invalid on current kernels
The previous installation target is invalid on current kernels and the module could not be loaded.
This proposal fixes that.
2018-06-28 11:54:12 +03:00

11 lines
248 B
Plaintext

PACKAGE_NAME=tuxedo_keyboard
PACKAGE_VERSION=1
DEST_MODULE_LOCATION=/kernel/lib/
BUILT_MODULE_NAME=tuxedo_keyboard
BUILT_MODULE_LOCATION=src/
MAKE="make -C . KERNELDIR=/lib/modules/${kernelver}/build"
CLEAN="make -C src/ clean"
AUTOINSTALL="yes"