summaryrefslogtreecommitdiff
path: root/passes/techmap
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-10-17 12:11:15 +0200
committerClifford Wolf <clifford@clifford.at>2014-10-17 12:11:15 +0200
commit973d37673377c3ddba8020e718e4cd6174379175 (patch)
tree882bc607742a3badcf3a8d0dfb6d82be1e057f82 /passes/techmap
parent4df902637a3b486ab4836ddc2bde7889c6dccfeb (diff)
Added genfiles.zip to MXE "make dist"
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 9152ff22..56083ed2 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -24,7 +24,7 @@ passes/techmap/techmap.inc: techlibs/common/techmap.v
passes/techmap/techmap.o: passes/techmap/techmap.inc
TARGETS += yosys-filterlib$(EXE)
-GENFILES += passes/techmap/filterlib.o
+EXTRA_OBJS += passes/techmap/filterlib.o
yosys-filterlib$(EXE): passes/techmap/filterlib.o
$(P) $(CXX) -o yosys-filterlib$(EXE) $(LDFLAGS) $^ $(LDLIBS)