mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
11 lines
243 B
Plaintext
11 lines
243 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 . KDIR=/lib/modules/${kernelver}/build"
|
|
CLEAN="make -C src/ clean"
|
|
AUTOINSTALL="yes"
|