[Cryptech-Commits] [core/platform/alpha] branch core_config_cleanup updated: Allow project and board selection via Makefile variables.
git at cryptech.is
git at cryptech.is
Fri Mar 3 21:39:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch core_config_cleanup
in repository core/platform/alpha.
The following commit(s) were added to refs/heads/core_config_cleanup by this push:
new 74415e8 Allow project and board selection via Makefile variables.
74415e8 is described below
commit 74415e8d386b5080aaf7270a2d5356ed4f533859
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Mar 3 16:39:11 2017 -0500
Allow project and board selection via Makefile variables.
---
build/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/build/Makefile b/build/Makefile
index 9f46771..763ad5e 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -23,7 +23,10 @@ all: $(project).bit
# Build the default core_selector if it doesn't already exist.
CONFIG = $(CORE_TREE)/platform/common/config
-CONFIG_GEN = $(CONFIG)/core_config.py -c $(CONFIG)/core.cfg -b alpha
+CONFIG_BOARD = alpha
+CONFIG_PROJECT = hsm
+CONFIG_GEN = $(CONFIG)/core_config.py -c $(CONFIG)/core.cfg -b $(CONFIG_BOARD) -p $(CONFIG_PROJECT)
+
core_selector.v core_vfiles.mk:
$(CONFIG_GEN)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list