xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunrequire cryptodev.inc
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunSUMMARY = "A /dev/crypto device driver header file"
4*4882a593Smuzhiyun
5*4882a593Smuzhiyundo_compile[noexec] = "1"
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun# Just install cryptodev.h which is the only header file needed to be exported
8*4882a593Smuzhiyundo_install() {
9*4882a593Smuzhiyun	install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h
10*4882a593Smuzhiyun}
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunALLOW_EMPTY:${PN} = "1"
13*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
14