diff options
author | Rob Austein <sra@hactrn.net> | 2016-03-12 15:21:34 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-03-12 15:21:34 -0500 |
commit | cf04c6c34994f545cbf509a6de4aed096e48aa61 (patch) | |
tree | 8e39d0de93341ea103ac51e9b77ca1def716af73 /GNUmakefile | |
parent | cddc0617c1ba68503b3a4187d2dbe6d2726d82f2 (diff) | |
parent | 906263d9b788ca039b98c3b2f21f1f76961ba4e3 (diff) |
Merge branch 'master' into rpc
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0637f76..638a65a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -70,7 +70,7 @@ KS_OBJ_FLASH = ${KS_OBJ_COMMON} ks_flash.o KS_OBJ = ${KS_OBJ_MMAP} TFMDIR := $(abspath ../thirdparty/libtfm) -CFLAGS += -g3 -Wall -fPIC -std=c99 -I${TFMDIR} -DHAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM=1 +CFLAGS += -g3 -Wall -fPIC -std=c99 -I${TFMDIR} LDFLAGS := -g3 -L${TFMDIR} -ltfm CFLAGS += -DHAL_STATIC_HASH_STATE_BLOCKS=${STATIC_HASH_STATE_BLOCKS} |