diff options
author | Paul Selkirk <paul@psgd.org> | 2016-03-21 23:04:59 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-03-21 23:04:59 -0400 |
commit | 01f5452659c34e5232bcb534e14e45b0c430047e (patch) | |
tree | beff8a4f0bfadf551517063aa7f91cff6673e433 /GNUmakefile | |
parent | cdaf07d30bd440cf3ee2f6615d044634734047bd (diff) | |
parent | cf04c6c34994f545cbf509a6de4aed096e48aa61 (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 75bcf44..a4154af 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -156,7 +156,7 @@ else ifeq (${KS},flash) endif TFMDIR := $(abspath ../thirdparty/libtfm) -CFLAGS += -g3 -Wall -std=c99 -I${TFMDIR} -DHAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM=1 +CFLAGS += -g3 -Wall -std=c99 -I${TFMDIR} LDFLAGS := -g3 -L${TFMDIR} -ltfm CFLAGS += -DHAL_STATIC_HASH_STATE_BLOCKS=${STATIC_HASH_STATE_BLOCKS} |