diff options
author | Paul Selkirk <paul@psgd.org> | 2020-02-26 13:22:43 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-02-26 13:22:43 -0500 |
commit | b1405d777a71e42bacc12dcdf4b5a81e6ddfd2b3 (patch) | |
tree | 1ccb94f1bed6c909e7ed86060b3b3629cb8c49c2 /build | |
parent | ca80f73a83dca188bd283a0a43ee5af2d36b08c8 (diff) | |
parent | 8726db6a5776ed39205ebbffd2f9177d7658a788 (diff) |
Merge branch 'js_keywrap' to 'master'
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 27c90ef..789ab87 100644 --- a/build/Makefile +++ b/build/Makefile @@ -39,7 +39,7 @@ core_selector.v core_vfiles.mk: # Build some different configurations -bare trng hash mkmif rsa hsm hsm-super hsm_ng: +bare trng hash mkmif rsa hsm hsm-super hsm_ng hsm_ng_keywrap: $(CONFIG_GEN) -p $@ $(MAKE) project=$(project)_$@ ucf=$(ucf) |