mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
arm/scp-firmware: oe_runmake already passes EXTRA_OEMAKE
oe_runmake adds EXTRA_OEMAKE to the arguments, so there's no need to do it again. Change-Id: Id8f078faecba72156a4626c960fc7113a70c8eba Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -66,7 +66,7 @@ EXTRA_OEMAKE = "${SCP_COMP_STR} \
|
||||
"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake -C "${S}" ${EXTRA_OEMAKE}
|
||||
oe_runmake -C "${S}"
|
||||
}
|
||||
do_compile[cleandirs] += "${B}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user