commit | 79dc6dad81a897caca0fe24cfce5be81925e48dc | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Mon Dec 11 17:52:03 2023 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Mon Dec 18 14:49:34 2023 +0000 |
tree | 81933ce3493d93ebed78061e56350e3bf8933069 | |
parent | 40f0ec246ea68195e74ffe20c3d8f4c700f732d2 [diff] [blame] |
Improve make pthread linking mechanism Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/programs/Makefile b/programs/Makefile index a3fa816..ebdadc0 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -139,7 +139,7 @@ x509/req_app \ # End of APPS -ifdef PTHREAD +ifeq ($(THREADING),pthread) APPS += ssl/ssl_pthread_server endif