diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-25 10:38:42 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-25 10:38:42 -0700 |
commit | 5db96b8aec7be2fb864d0f41ef21bb5168fa6b5c (patch) | |
tree | 53e0b68d2b4d6ad72d29d6d1c9009dfd38505b37 /passes | |
parent | 480a04cb3c3b6a2eb097a78f68fa9ff79caad24e (diff) | |
download | yosys-5db96b8aec7be2fb864d0f41ef21bb5168fa6b5c.tar.gz yosys-5db96b8aec7be2fb864d0f41ef21bb5168fa6b5c.tar.bz2 yosys-5db96b8aec7be2fb864d0f41ef21bb5168fa6b5c.zip |
Missing muxpack.o in Makefile
Diffstat (limited to 'passes')
-rw-r--r-- | passes/opt/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/opt/Makefile.inc b/passes/opt/Makefile.inc index 337fee9e4..ea3646330 100644 --- a/passes/opt/Makefile.inc +++ b/passes/opt/Makefile.inc @@ -14,5 +14,6 @@ OBJS += passes/opt/opt_demorgan.o OBJS += passes/opt/rmports.o OBJS += passes/opt/opt_lut.o OBJS += passes/opt/pmux2shiftx.o +OBJS += passes/opt/muxpack.o endif |