mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
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:
@@ -23,7 +23,7 @@ EXTRA_OEMAKE = "\
|
|||||||
CFLAGS64='${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}' \
|
CFLAGS64='${TOOLCHAIN_OPTIONS} ${DEBUG_PREFIX_MAP}' \
|
||||||
platform-aflags-generic='${DEBUG_PREFIX_MAP} -pipe' \
|
platform-aflags-generic='${DEBUG_PREFIX_MAP} -pipe' \
|
||||||
TA_DEV_KIT_DIR=${TA_DEV_KIT_DIR} \
|
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() {
|
do_compile:prepend() {
|
||||||
|
|||||||
Reference in New Issue
Block a user