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