mirror of https://github.com/YosysHQ/yosys.git
Missing muxpack.o in Makefile
This commit is contained in:
parent
480a04cb3c
commit
5db96b8aec
|
@ -14,5 +14,6 @@ OBJS += passes/opt/opt_demorgan.o
|
|||
OBJS += passes/opt/rmports.o
|
||||
OBJS += passes/opt/opt_lut.o
|
||||
OBJS += passes/opt/pmux2shiftx.o
|
||||
OBJS += passes/opt/muxpack.o
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue