diff options
author | Paul Selkirk <paul@psgd.org> | 2020-02-26 14:14:22 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-02-26 14:14:22 -0500 |
commit | 6b2513f1e0def3a134383aa635cb41feac37be31 (patch) | |
tree | 28447300724c209cda998fce9878a50d8380c105 /projects/cli-test/Makefile | |
parent | b60bdf04c301aa41ff9e375d13f12c05cee1fdb8 (diff) | |
parent | 087b079befab46622a306c2afd6205a510305af3 (diff) |
Merge branch 'js_keywrap' to 'master'
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 5bb3fb1..5971d13 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -6,6 +6,7 @@ OBJS = \ mgmt-dfu.o \ mgmt-fpga.o \ mgmt-keystore.o \ + mgmt-keywrap.o \ mgmt-masterkey.o \ mgmt-misc.o \ mgmt-show.o |