mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
027c7c1ebf
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
160 B
BlitzBasic
13 lines
160 B
BlitzBasic
require emlog.inc
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE += " \
|
|
KDIR=${STAGING_KERNEL_DIR} \
|
|
KVER=${KERNEL_VERSION} \
|
|
"
|
|
|
|
do_compile() {
|
|
oe_runmake modules
|
|
}
|