From: Eddie Hung Date: Fri, 22 Nov 2019 23:41:23 +0000 (-0800) Subject: Entry in Makefile.inc X-Git-Tag: working-ls180~881^2^2~124^2~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3df191cec5d64c743f8fbb0294d9492c5598bc1b;p=yosys.git Entry in Makefile.inc --- diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index cd357d72a..13992315e 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -41,6 +41,7 @@ OBJS += passes/techmap/zinit.o OBJS += passes/techmap/dff2dffs.o OBJS += passes/techmap/flowmap.o OBJS += passes/techmap/extractinv.o +OBJS += passes/techmap/clkpart.o endif GENFILES += passes/techmap/techmap.inc