aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-08-27 17:19:21 -0400
committerPaul Selkirk <paul@psgd.org>2018-08-27 17:19:21 -0400
commite16d7c29b738e6f7abff80f0220c6fc4633bb15c (patch)
tree8a0867c4aec02535efd30584bae1494a4b71181e
parent0e442a9ac57df33de87b71e95c27cb0887c3961f (diff)
Support non-standard libhal/libtfm location
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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.