Thanks, applied as 666ae4ab0aa0e9a7f93f62eeb793cce96165ccc7.

Michael

[sent from post-receive hook]

On Tue, 16 Sep 2025 21:44:41 +0200, Michael Tretter <[email protected]> 
wrote:
> The option has been removed in Commit f4dd113528cf ("Remove embedded
> OpenSSL"). The Makefile now uses either -lcrypto or
> $(OPENSSL_INSTALL_PATH).
> 
> Remove the obsolete option.
> 
> Signed-off-by: Michael Tretter <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/optee-test.make b/rules/optee-test.make
> index 6f0951ddb93f..69937442a613 100644
> --- a/rules/optee-test.make
> +++ b/rules/optee-test.make
> @@ -39,7 +39,7 @@ OPTEE_TEST_MAKE_ENV := \
>       CROSS_COMPILE_TA=$(call remove_quotes,$(PTXCONF_COMPILER_PREFIX)) \
>       TA_DEV_KIT_DIR=$(PTXDIST_SYSROOT_TARGET)/usr/lib/optee-os \
>       OPTEE_CLIENT_EXPORT=$(PTXDIST_SYSROOT_TARGET)/usr \
> -     COMPILE_NS_USER=32 
> OPTEE_OPENSSL_EXPORT=$(PTXDIST_SYSROOT_TARGET)/usr/lib \
> +     COMPILE_NS_USER=32 \
>       CFG_TEE_PLUGIN_LOAD_PATH=/usr/lib/tee-supplicant/plugins \
>       bindir=/usr/bin \
>       libdir=/usr/lib

Reply via email to