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/cli-test/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/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index fadf2cf..6f82fc5 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -12,9 +12,12 @@ OBJS = \ mgmt-test.o \ test-fmc.o \ test-mkmif.o \ - test_sdram.o + test_sdram.o \ + mgmt-timing.o CFLAGS += -I$(LIBCLI_SRC) -I$(LIBHAL_SRC) +CFLAGS += -I$(LIBTFM_BLD) +CFLAGS += -Wno-missing-field-initializers LIBS += $(LIBCLI_BLD)/libcli.a $(LIBHAL_BLD)/libhal.a $(LIBTFM_BLD)/libtfm.a |