aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-17 18:54:09 +0200
committerRob Austein <sra@hactrn.net>2015-07-17 18:54:09 +0200
commit3014b9cb2c60085c1f116c9a9f451e6ff67c1f1c (patch)
tree72ead39bd47e4cc66f7e21b21d162966c3c7e47e
parent4f455cbbabe8974868e18dee300dddec46c7255a (diff)
Touch XiLinx-supplied .v file to work around Makefile bug.
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
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