[Cryptech-Commits] [sw/pkcs11] 01/03: Support non-standard libhal/libtfm location

git at cryptech.is git at cryptech.is
Mon Aug 27 21:20:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository sw/pkcs11.

commit e16d7c29b738e6f7abff80f0220c6fc4633bb15c
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Aug 27 17:19:21 2018 -0400

    Support non-standard libhal/libtfm location
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 1c33e13..4fa034c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,8 @@ LIBHAL_BLD	?= ${PKCS11_DIR}/libhal
 LIBTFM_SRC	?= ${CRYPTECH_ROOT}/sw/thirdparty/libtfm
 LIBTFM_BLD	?= ${PKCS11_DIR}/libtfm
 
+export LIBHAL_SRC LIBHAL_BLD LIBTFM_SRC LIBTFM_BLD
+
 # Whether to enable threading.  Main reason for being able to turn it
 # off is that gdb on the Novena (sometimes) goes bananas when
 # threading is enabled.



More information about the Commits mailing list