diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-10-17 12:11:15 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-10-17 12:11:15 +0200 |
commit | 973d37673377c3ddba8020e718e4cd6174379175 (patch) | |
tree | 882bc607742a3badcf3a8d0dfb6d82be1e057f82 /passes | |
parent | 4df902637a3b486ab4836ddc2bde7889c6dccfeb (diff) | |
download | yosys-973d37673377c3ddba8020e718e4cd6174379175.tar.gz yosys-973d37673377c3ddba8020e718e4cd6174379175.tar.bz2 yosys-973d37673377c3ddba8020e718e4cd6174379175.zip |
Added genfiles.zip to MXE "make dist"
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index 9152ff22d..56083ed2b 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) |