You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by yu...@apache.org on 2023/03/03 13:47:28 UTC

[incubator-teaclave-trustzone-sdk] 01/03: Fix optee_client building error

This is an automated email from the ASF dual-hosted git repository.

yuanz pushed a commit to branch optee-3.20.0
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git

commit 1a84cc960b1a9625947475eea7e902e5485ff5e9
Author: Yuan Zhuang <de...@foxmail.com>
AuthorDate: Fri Mar 3 13:37:20 2023 +0000

    Fix optee_client building error
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0078da1..930d4b9 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ optee-os:
 
 OPTEE_CLIENT_FLAGS ?= CROSS_COMPILE="$(CCACHE) $(AARCH_CROSS_COMPILE)" \
 	CFG_TEE_BENCHMARK=n \
-	CFG_TA_TEST_PATH=y
+	CFG_TA_TEST_PATH=y \
+	WITH_TEEACL=0
 
 optee-client:
 	make -C $(OPTEE_CLIENT_PATH) $(OPTEE_CLIENT_FLAGS)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org