projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6a23f
)
Updated Makefile to reflect opt_rmports being renamed to rmports
author
Andrew Zonenberg
<azonenberg@drawersteak.com>
Mon, 14 Aug 2017 18:04:56 +0000
(11:04 -0700)
committer
Andrew Zonenberg
<azonenberg@drawersteak.com>
Mon, 14 Aug 2017 18:04:56 +0000
(11:04 -0700)
passes/opt/Makefile.inc
patch
|
blob
|
history
diff --git
a/passes/opt/Makefile.inc
b/passes/opt/Makefile.inc
index 7d54adf0f5c3f1f5d7ba7775fe447f1d802499fb..a145cf9460aaf222649208b4c6187e175856a155 100644
(file)
--- 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