diff options
author | Paul Selkirk <paul@psgd.org> | 2019-01-12 18:20:10 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-12 18:20:10 -0500 |
commit | 44dc84d3696795fbe0b6f1786cabaa08fd88ade6 (patch) | |
tree | 34f3fa7cc69b5f89c4c6cc90d6015b24fe9eba53 /projects/hsm/Makefile | |
parent | 07af68c08baefbced001a0081256cb1fff8ed491 (diff) |
Timing tests for RSA signing and sub-components thereof.
This is not the sort of thing that should go anywhere near production
code, so it's on a dangling branch. I may rebase it from time to time.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 3430e14..cd2cfde 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -9,6 +9,7 @@ OBJS = mgmt-cli.o \ mgmt-masterkey.o \ mgmt-misc.o \ mgmt-task.o \ + ../cli-test/mgmt-timing.o \ log.o \ $(TOPLEVEL)/task.o @@ -16,6 +17,9 @@ CFLAGS += -DNUM_RPC_TASK=4 CFLAGS += -I$(LIBHAL_SRC) CFLAGS += -I$(LIBCLI_SRC) +CFLAGS += -I$(LIBTFM_BLD) +CFLAGS += -I../cli-test +CFLAGS += -Wno-missing-field-initializers LIBS += $(LIBHAL_BLD)/libhal.a $(LIBTFM_BLD)/libtfm.a LIBS += $(LIBCLI_BLD)/libcli.a |