X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/27e073b644dd2ba3b25b89c68c6628e8c99135b8..6e0190983147b04b9d969df9bea8ff56118b390a:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index bbf4218..7b042b5 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -7,7 +7,7 @@ CABLE ?= auto INTSTYLE := silent -SOURCES := $(shell find . -name "*.vhd" -print) $(shell find . -name "*.v" -print) +SOURCES := $(shell find . -wholename './tmp' -prune -o -name "*.vhd" -print) $(shell find . -wholename './tmp' -prune -o -name "*.v" -print) PART ?= xc3s1500-fg456-4 TARGET ?= bit CLEANFILES ?= @@ -29,6 +29,7 @@ $(PROJECT).ngc: $(SOURCES) $(PROJECT).prj $(PROJECT).ucf $(PROJECT).xst @# echo synclib > $(PROJECT).lso # hmm. things are different in ise 9.1 echo work > $(PROJECT).lso xst -intstyle $(INTSTYLE) -ifn $(PROJECT).xst -ofn $(PROJECT).syr + @touch $(PROJECT).ngc @#cat $(PROJECT).syr $(PROJECT).ngd: $(PROJECT).ngc