diff options
author | Paul Selkirk <paul@psgd.org> | 2018-08-15 17:35:38 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-08-15 17:35:38 -0400 |
commit | 37b2c597f0114cb16a2d7c041459bb8ea9ba60a8 (patch) | |
tree | afff154157fde1c87e7d9125b87bcb00755f1627 /projects/cli-test/Makefile | |
parent | f424af5cfc62bf4e0902831591a303b02e31a1ca (diff) |
Add support for Joachim's keywrap core.
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index e01b243..fadf2cf 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -5,6 +5,7 @@ OBJS = \ mgmt-dfu.o \ mgmt-fpga.o \ mgmt-keystore.o \ + mgmt-keywrap.o \ mgmt-masterkey.o \ mgmt-misc.o \ mgmt-show.o \ |