mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
Improvements in ABCEXTERNAL handling
This commit is contained in:
parent
b471a32ec3
commit
bb9374b67c
3 changed files with 18 additions and 11 deletions
|
@ -7,6 +7,9 @@ OBJS += passes/techmap/libparse.o
|
|||
|
||||
ifeq ($(ENABLE_ABC),1)
|
||||
OBJS += passes/techmap/abc.o
|
||||
ifneq ($(ABCEXTERNAL),)
|
||||
passes/techmap/abc.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue