mirror of https://github.com/YosysHQ/yosys.git
Entry in Makefile.inc
This commit is contained in:
parent
450ad0e9ba
commit
3df191cec5
|
@ -41,6 +41,7 @@ OBJS += passes/techmap/zinit.o
|
||||||
OBJS += passes/techmap/dff2dffs.o
|
OBJS += passes/techmap/dff2dffs.o
|
||||||
OBJS += passes/techmap/flowmap.o
|
OBJS += passes/techmap/flowmap.o
|
||||||
OBJS += passes/techmap/extractinv.o
|
OBJS += passes/techmap/extractinv.o
|
||||||
|
OBJS += passes/techmap/clkpart.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GENFILES += passes/techmap/techmap.inc
|
GENFILES += passes/techmap/techmap.inc
|
||||||
|
|
Loading…
Reference in New Issue