mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
258fb449a8
cryptodev would only have been built for the currently running kernel, since the environment variable wasn't being overridden to specify the target kernel
7 lines
225 B
Text
7 lines
225 B
Text
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"
|