PKGBUILDs/alarm/cryptodev-dkms/dkms.conf
Robin McCorkell 258fb449a8 [cryptodev-dkms] Properly set DKMS kernel target (#1371)
cryptodev would only have been built for the currently running kernel, since the environment variable wasn't being overridden to specify the target kernel
2016-06-21 21:53:48 -06:00

8 lines
225 B
Plaintext

PACKAGE_NAME="@_PKGNAME@"
PACKAGE_VERSION="@PKGVER@"
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"
AUTOINSTALL="yes"