aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-09 09:54:22 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-09 09:54:22 +0200
commite49e2662aae12a1ff980a89b06e5b46403f6068d (patch)
treec78be3bb4a2d5c35743740d758923f68f1727bc6 /Makefile
parentb57cb4a7fea01b1e5b3242d3ee4bd90077bac960 (diff)
downloadyosys-e49e2662aae12a1ff980a89b06e5b46403f6068d.tar.gz
yosys-e49e2662aae12a1ff980a89b06e5b46403f6068d.tar.bz2
yosys-e49e2662aae12a1ff980a89b06e5b46403f6068d.zip
Added cellaigs API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc3329c8e..c7626c70d 100644
--- a/Makefile
+++ b/Makefile
@@ -225,7 +225,7 @@ $(eval $(call add_include_file,libs/sha1/sha1.h))
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
$(eval $(call add_include_file,backends/ilang/ilang_backend.h))
-OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o
+OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o kernel/cellaigs.o
kernel/log.o: CXXFLAGS += -DYOSYS_SRC='"$(YOSYS_SRC)"'
OBJS += libs/bigint/BigIntegerAlgorithms.o libs/bigint/BigInteger.o libs/bigint/BigIntegerUtils.o