[cryptodev-dkms] Properly set DKMS kernel target ()

cryptodev would only have been built for the currently running kernel, since the environment variable wasn't being overridden to specify the target kernel
This commit is contained in:
Robin McCorkell 2016-06-22 04:53:48 +01:00 committed by Oleg Rakhmanov
parent 271785e841
commit 258fb449a8

View file

@ -1,6 +1,6 @@
PACKAGE_NAME="@_PKGNAME@"
PACKAGE_VERSION="@PKGVER@"
MAKE[0]="make -s build"
MAKE[0]="make -s build KERNEL_DIR=/lib/modules/$kernelver/build"
CLEAN="make -s clean"
BUILT_MODULE_NAME[0]="@_PKGNAME@"
DEST_MODULE_LOCATION[0]="/extra"