Fix DKMS: Variable specified in Makefile is KDIR, not KERNELDIR

This commit is contained in:
Thomas Pointhuber 2018-07-17 16:13:16 +02:00
parent 03af55febd
commit c5db7b4115

View file

@ -5,6 +5,6 @@ DEST_MODULE_LOCATION=/kernel/lib/
BUILT_MODULE_NAME=tuxedo_keyboard
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"
AUTOINSTALL="yes"