aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-module_1.7.bb
blob: e6b1f27cfb8a07930952d23e621aeafc22c7c8be (plain)
1
2
3
4
5
6
7
8
9
10
require cryptodev_${PV}.inc

SUMMARY = "A /dev/crypto device driver kernel module"

inherit module qoriq_build_64bit_kernel

# Header file provided by a separate package
DEPENDS += "cryptodev-linux"

EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'