3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Added genfiles.zip to MXE "make dist"

This commit is contained in:
Clifford Wolf 2014-10-17 12:11:15 +02:00
parent 4df902637a
commit 973d376733
2 changed files with 4 additions and 2 deletions

View file

@ -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)