summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb
blob: 451a8d7ef87c4826c1e10c10da578f6a24912905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require cryptodev.inc

SUMMARY = "A /dev/crypto device driver header file"

do_compile[noexec] = "1"

do_install() {
	oe_runmake headers_install DESTDIR="${D}"
}

ALLOW_EMPTY:${PN} = "1"
BBCLASSEXTEND = "native nativesdk"