diff options
author | Rob Austein <sra@hactrn.net> | 2015-08-24 21:46:49 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-08-24 21:46:49 -0400 |
commit | 2fdf82bbe98632e8f1e6396970bba74625481f0e (patch) | |
tree | cad113b0187a4e19afe7df3af7c4cd4e98619fe3 /GNUmakefile | |
parent | dbb766ef71b5b31365b92450aba5312e65bd3c77 (diff) |
First stumblings towards ECDSA test code.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6a777cc..f425c50 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,7 +37,7 @@ IO_OBJ_I2C = hal_io_i2c.o IO_OBJ = ${IO_OBJ_EIM} TFMDIR := $(abspath ../thirdparty/libtfm) -CFLAGS := -g3 -Wall -fPIC -std=c99 -I${TFMDIR} +CFLAGS := -g3 -Wall -fPIC -std=c99 -I${TFMDIR} -DHAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM=1 LDFLAGS := -g3 -L${TFMDIR} -ltfm all: ${LIB} |