optee-os: make build work in devtool

Make sure we have proper path to MM even when building
from devtool workspace.

Signed-off-by: Pavel Löbl <pavel@loebl.cz>
This commit is contained in:
Pavel Löbl
2025-01-16 12:41:12 +01:00
committed by Matt Madison
parent 652714f9d8
commit ff0795338b

View File

@@ -23,7 +23,7 @@ EXTRA_OEMAKE = "\
CFLAGS64='${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}' \
platform-aflags-generic='${DEBUG_PREFIX_MAP} -pipe' \
TA_DEV_KIT_DIR=${TA_DEV_KIT_DIR} \
CFG_WITH_STMM_SP=y CFG_STMM_PATH=../build/standalone_mm_optee.bin \
CFG_WITH_STMM_SP=y CFG_STMM_PATH=${B}/standalone_mm_optee.bin \
"
do_compile:prepend() {