[Cryptech-Commits] [user/sra/novena-releng] 01/01: Touch XiLinx-supplied .v file to work around Makefile bug.

git at cryptech.is git at cryptech.is
Fri Jul 17 16:54:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch modexps6
in repository user/sra/novena-releng.

commit 3014b9cb2c60085c1f116c9a9f451e6ff67c1f1c
Author: Rob Austein <sra at hactrn.net>
Date:   Fri Jul 17 18:54:09 2015 +0200

    Touch XiLinx-supplied .v file to work around Makefile bug.
---
 core/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/Makefile b/core/Makefile
index f8c8c5b..55ce0ea 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -39,6 +39,7 @@ BUILD_DIR := platform/novena/eim/build
 
 all:
 	patch -p1 --forward <patches/01-config-cores.patch
+	touch platform/novena/common/rtl/ipcore/clkmgr_dcm.v
 	cd ${BUILD_DIR}; $(MAKE)
 	patch -p1 --reverse <patches/01-config-cores.patch
 



More information about the Commits mailing list