mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] optee-test: drop OPTEE_OPENSSL_EXPORT
@ 2025-09-08 13:59 Michael Tretter
  2025-09-08 13:59 ` [ptxdist] [PATCH 2/3] optee-test: drop COMPILE_NS_USER Michael Tretter
  2025-09-08 13:59 ` [ptxdist] [PATCH 3/3] optee-test: pass OPTEE_CFG to Makefile Michael Tretter
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Tretter @ 2025-09-08 13:59 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

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 <m.tretter@pengutronix.de>
---
 rules/optee-test.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.47.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-08 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-08 13:59 [ptxdist] [PATCH 1/3] optee-test: drop OPTEE_OPENSSL_EXPORT Michael Tretter
2025-09-08 13:59 ` [ptxdist] [PATCH 2/3] optee-test: drop COMPILE_NS_USER Michael Tretter
2025-09-08 13:59 ` [ptxdist] [PATCH 3/3] optee-test: pass OPTEE_CFG to Makefile Michael Tretter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox