aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-01 09:43:33 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-01 09:43:33 -0700
commit7be8551c8db468546357d71c8e395c943460435b (patch)
tree7be1283c3576a44c4af003608152999d5a4b5ec9 /passes
parent0ec7c09756a84d123745a381881b9e9803da210d (diff)
parentdd8d264bf5b4a3d8230caf5ec7160f971131b33c (diff)
downloadyosys-7be8551c8db468546357d71c8e395c943460435b.tar.gz
yosys-7be8551c8db468546357d71c8e395c943460435b.tar.bz2
yosys-7be8551c8db468546357d71c8e395c943460435b.zip
Merge branch 'master' of github.com:YosysHQ/yosys
Diffstat (limited to 'passes')
-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 c45571b01..56f05eca4 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -10,6 +10,7 @@ OBJS += passes/techmap/abc.o
OBJS += passes/techmap/abc9.o
ifneq ($(ABCEXTERNAL),)
passes/techmap/abc.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
+passes/techmap/abc9.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
endif
endif