aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-06-24 13:12:34 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-06-24 13:12:34 +0200
commit2e95d8a357ea0cce0ef11da8520863b2d4e99936 (patch)
treeaa326ae12c0efb38cc5f643ffc3bc25df99a5439 /GNUmakefile
parent155f2d9cede0a650a49a13f4e47e1768919ee4ca (diff)
parentc521d7f590ecafaaed378c20e03aa657361f1638 (diff)
Merge branch 'master' of git.cryptech.is.:sw/libhal
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 151ce5c..c8160a9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -181,7 +181,7 @@ endif
TFMDIR := $(abspath ../thirdparty/libtfm)
CFLAGS += -g3 -Wall -std=c99 -Wno-strict-aliasing -I${TFMDIR}
-LDFLAGS := -g3 -L${TFMDIR} -ltfm
+LDFLAGS += -g3 -L${TFMDIR} -ltfm
CFLAGS += -DHAL_STATIC_HASH_STATE_BLOCKS=${STATIC_HASH_STATE_BLOCKS}
CFLAGS += -DHAL_STATIC_HMAC_STATE_BLOCKS=${STATIC_HMAC_STATE_BLOCKS}