summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionfs-modules_1.0.13.bb
blob: 8083bddf676161b41e8a747de08f1dd19c1a69c9 (plain)
1
2
3
4
5
6
7
8
9
10
PARALLEL_MAKE = ""

include unionfs-modules.inc

KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"

do_compile() {
	unset LDFLAGS
	oe_runmake unionfs${KERNEL_MAJMIN}
}