diff options
-rw-r--r-- | build/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/Makefile b/build/Makefile index 22fd1f4..2fc9fe0 100644 --- a/build/Makefile +++ b/build/Makefile @@ -36,14 +36,10 @@ core_selector.v core_vfiles.mk: # Build some different configurations -bare trng hash mkmif rsa hsm hsm-super: +bare trng hash mkmif rsa hsm hsm-super keywrap: $(CONFIG_GEN) -p $@ $(MAKE) project=$(project)_$@ ucf=$(ucf) -keywrap: - $(CONFIG_GEN) -p keywrap - $(MAKE) project=$(project)_keywrap ucf=$(ucf) - # Verilog files that always go with builds on this platform. vfiles = \ |