mirror of https://github.com/YosysHQ/yosys.git
Updated Makefile to reflect opt_rmports being renamed to rmports
This commit is contained in:
parent
1a6a23f91a
commit
d5e5bbad86
|
@ -6,7 +6,7 @@ OBJS += passes/opt/opt_reduce.o
|
|||
OBJS += passes/opt/opt_rmdff.o
|
||||
OBJS += passes/opt/opt_clean.o
|
||||
OBJS += passes/opt/opt_expr.o
|
||||
OBJS += passes/opt/opt_rmports.o
|
||||
OBJS += passes/opt/rmports.o
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
OBJS += passes/opt/share.o
|
||||
|
|
Loading…
Reference in New Issue