aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2019-02-08 13:58:47 -0800
committerEddie Hung <eddieh@ece.ubc.ca>2019-02-08 13:58:47 -0800
commit5a0a5aae4f3b4ce1e69e2f4e46d65dbf31ac80de (patch)
tree7433fc89d772faa784364aefa46d2e21b3d73d57 /passes/techmap/Makefile.inc
parentedf7267019ec2e9a69be2fc5d5022a738acbe7b2 (diff)
downloadyosys-5a0a5aae4f3b4ce1e69e2f4e46d65dbf31ac80de.tar.gz
yosys-5a0a5aae4f3b4ce1e69e2f4e46d65dbf31ac80de.tar.bz2
yosys-5a0a5aae4f3b4ce1e69e2f4e46d65dbf31ac80de.zip
Compile abc9
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index cf9e198ad..c45571b01 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -7,6 +7,7 @@ OBJS += passes/techmap/libparse.o
ifeq ($(ENABLE_ABC),1)
OBJS += passes/techmap/abc.o
+OBJS += passes/techmap/abc9.o
ifneq ($(ABCEXTERNAL),)
passes/techmap/abc.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
endif