aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/Makefile.inc
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-14 11:04:56 -0700
committerAndrew Zonenberg <azonenberg@drawersteak.com>2017-08-14 11:04:56 -0700
commitd5e5bbad861975761c87a77388ce7add7bd1bdea (patch)
tree66b8d86eda0dd130385ae09f85a59f0322db9caa /passes/opt/Makefile.inc
parent1a6a23f91a93414e0e43f0666d3b2af6295345a8 (diff)
downloadyosys-d5e5bbad861975761c87a77388ce7add7bd1bdea.tar.gz
yosys-d5e5bbad861975761c87a77388ce7add7bd1bdea.tar.bz2
yosys-d5e5bbad861975761c87a77388ce7add7bd1bdea.zip
Updated Makefile to reflect opt_rmports being renamed to rmports
Diffstat (limited to 'passes/opt/Makefile.inc')
-rw-r--r--passes/opt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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