From 0a2ad6414770fb8efeea632df81516261a6c3175 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 30 Oct 2024 00:38:15 -0700 Subject: [PATCH] Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3709473d6..e45019521 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CONFIG := none # features (the more the better) ENABLE_TCL := 0 -ENABLE_ABC := 0 +ENABLE_ABC := 1 ENABLE_GLOB := 1 ENABLE_PLUGINS := 0 ENABLE_READLINE := 0 @@ -708,10 +708,10 @@ OBJS += yosys-slang/build/*.o OBJS += yosys-slang/build/slang*/lib*/*.a endif -ifneq ($(SMALL),1) - OBJS += libs/subcircuit/subcircuit.o +ifneq ($(SMALL),1) + include $(YOSYS_SRC)/frontends/*/Makefile.inc include $(YOSYS_SRC)/passes/*/Makefile.inc include $(YOSYS_SRC)/backends/*/Makefile.inc