From: Andrew Zonenberg Date: Mon, 14 Aug 2017 18:04:56 +0000 (-0700) Subject: Updated Makefile to reflect opt_rmports being renamed to rmports X-Git-Tag: yosys-0.8~345^2~1^2~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5e5bbad861975761c87a77388ce7add7bd1bdea;p=yosys.git Updated Makefile to reflect opt_rmports being renamed to rmports --- diff --git a/passes/opt/Makefile.inc b/passes/opt/Makefile.inc index 7d54adf0f..a145cf946 100644 --- a/passes/opt/Makefile.inc +++ b/passes/opt/Makefile.inc @@ -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