aboutsummaryrefslogtreecommitdiffstats
path: root/packages/unionfs/unionfs-modules_1.0.13.bb
blob: cbc00b8f4a16008d43768c01e3321390ef618cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
PR = "r1"
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}
}