3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Updated Makefile to reflect opt_rmports being renamed to rmports

This commit is contained in:
Andrew Zonenberg 2017-08-14 11:04:56 -07:00
parent 1a6a23f91a
commit d5e5bbad86

View file

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