3
0
Fork 0
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:
Clifford Wolf 2016-03-19 20:02:40 +01:00
parent b471a32ec3
commit bb9374b67c
3 changed files with 18 additions and 11 deletions

View file

@ -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)