blob: 2ff8ff588c91e62ce9a0ec67b90091162768a253 (
plain)
1
2
3
4
5
6
7
8
9
|
PARALLEL_MAKE = ""
include unionfs-modules.inc
KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"
do_compile() {
oe_runmake unionfs${KERNEL_MAJMIN}
}
|