aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xilinx.mk
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-11-12 19:57:34 -0500
committerbryan newbold <bnewbold@leaflabs.com>2013-11-12 20:03:09 -0500
commit4782465ef5d08bd7e7a36085a3013ed379e90ec2 (patch)
treefe2deb9c67906aba6e7969e409bdcee40f064033 /contrib/xilinx.mk
parentf155faea835fff5b953777d97ab73ca76696fbe3 (diff)
downloadbasic-hdl-template-4782465ef5d08bd7e7a36085a3013ed379e90ec2.tar.gz
basic-hdl-template-4782465ef5d08bd7e7a36085a3013ed379e90ec2.zip
hack fix for bug with include ordering
There seems to be a problem with the default target being overriden when a board-specific file is included before xilinx.mk. Workaround is to include targets last.
Diffstat (limited to 'contrib/xilinx.mk')
-rw-r--r--contrib/xilinx.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index e891c1f..628af75 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -50,9 +50,10 @@
# "PRECIOUS" files will not be deleted by make as casually
.PRECIOUS: tb/%.isim
-.DEFAULT_GOAL: default
+# Setup default targets
default: bitfiles
-all: bitfiles
+all: default
+.DEFAULT_GOAL: default
# This file only works with Xilinx stuff
vendor = xilinx