From e16d7c29b738e6f7abff80f0220c6fc4633bb15c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 27 Aug 2018 17:19:21 -0400 Subject: 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. -- cgit v1.2.3