diff options
author | Paul Selkirk <paul@psgd.org> | 2018-08-27 17:19:21 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-08-27 17:19:21 -0400 |
commit | e16d7c29b738e6f7abff80f0220c6fc4633bb15c (patch) | |
tree | 8a0867c4aec02535efd30584bae1494a4b71181e | |
parent | 0e442a9ac57df33de87b71e95c27cb0887c3961f (diff) |
Support non-standard libhal/libtfm location
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |