[Cryptech-Commits] [core/platform/alpha] branch js_keywrap updated: Cherry-pick 8cd28d0/fe3d53c: Added `include directories to Makefile.
git at cryptech.is
git at cryptech.is
Wed Jan 23 01:16:22 UTC 2019
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch js_keywrap
in repository core/platform/alpha.
The following commit(s) were added to refs/heads/js_keywrap by this push:
new 36e8f3d Cherry-pick 8cd28d0/fe3d53c: Added `include directories to Makefile.
36e8f3d is described below
commit 36e8f3dc6cb62ecc53f36dfd798bf8196c4c758b
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue Jan 22 19:39:09 2019 -0500
Cherry-pick 8cd28d0/fe3d53c: Added `include directories to Makefile.
---
build/Makefile | 4 ++++
build/xilinx.mk | 1 +
2 files changed, 5 insertions(+)
diff --git a/build/Makefile b/build/Makefile
index 4328fbd..6634de7 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -18,6 +18,10 @@ isedir = /opt/Xilinx/14.7/ISE_DS
xil_env = . $(isedir)/settings$(WORD_SIZE).sh
ucf ?= ../ucf/$(project).ucf
+# Verilog include directories, if needed
+
+vlgincdir = $(CORE_TREE)/lib/lowlevel $(CORE_TREE)/math/ecdsalib/rtl/microcode
+
all: $(project).bit
# Build the default core_selector if it doesn't already exist.
diff --git a/build/xilinx.mk b/build/xilinx.mk
index abeff7b..76d0110 100644
--- a/build/xilinx.mk
+++ b/build/xilinx.mk
@@ -152,6 +152,7 @@ $(project).scr: $(optfile) $(mkfiles) ./xilinx.opt
echo "-top $(top_module)" >> $@
echo "-ifn $(project).prj" >> $@
echo "-ofn $(project).ngc" >> $@
+ echo "-vlgincdir {$(vlgincdir)}" >> $@
cat ./xilinx.opt $(optfile) >> $@
junk += $(project).scr
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list