The COMPILE_NS_USER option was used to specify the arch to link against the correct version of libcrypto. This is now detected automatically.
Drop the obsolete COMPILE_NS_USER option. Signed-off-by: Michael Tretter <[email protected]> --- rules/optee-test.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/optee-test.make b/rules/optee-test.make index 69937442a613..038b3461b342 100644 --- a/rules/optee-test.make +++ b/rules/optee-test.make @@ -39,7 +39,6 @@ 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 \ CFG_TEE_PLUGIN_LOAD_PATH=/usr/lib/tee-supplicant/plugins \ bindir=/usr/bin \ libdir=/usr/lib -- 2.47.3
