mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-04 14:10:01 +00:00
optee-os: asm debug prefix fixes
The .S files compiled by optee-os were including absolute path of the recipe git tree. Fix this by applying CFLAGS with correct debug prefix maps to AFLAGS used by optee makefiles. Fixes optee-os and optee-os-tadevkit buildpaths QA errors. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -24,6 +24,7 @@ EXTRA_OEMAKE += " \
|
||||
CFG_${OPTEE_CORE}_core=y \
|
||||
CROSS_COMPILE_core=${HOST_PREFIX} \
|
||||
CROSS_COMPILE_ta_${OPTEE_ARCH}=${HOST_PREFIX} \
|
||||
AFLAGS="${CFLAGS}" \
|
||||
ta-targets=ta_${OPTEE_ARCH} \
|
||||
O=${B} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user