diff options
author | Paul Selkirk <paul@psgd.org> | 2016-05-18 11:04:56 +0200 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-05-18 11:04:56 +0200 |
commit | 347cc7f7781933a55dfa70a69d3cbf7b97158596 (patch) | |
tree | 017c9c92bd803aa52efee774164080556b43bdbc /build | |
parent | a63f78e79a9f8f098235ad5482390e3b0eb6762e (diff) |
add mkmif support
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index ea8d032..aed01df 100644 --- a/build/Makefile +++ b/build/Makefile @@ -44,6 +44,10 @@ rsa: $(CONFIG)/config.py -c $(CONFIG)/config.cfg -s rsa $(MAKE) project=$(project)_rsa ucf=$(ucf) +mkmif: + $(CONFIG)/config.py -c $(CONFIG)/config.cfg -s mkmif + $(MAKE) project=$(project)_mkmif ucf=$(ucf) + # Verilog files that always go with builds on this platform. vfiles = \ |