mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-24 14:41:31 +00:00
Merge 542723d121 into 33a49452d9
This commit is contained in:
commit
cd8d432be9
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -474,6 +474,9 @@ else
|
|||
ifeq ($(ABCEXTERNAL),)
|
||||
TARGETS := $(PROGRAM_PREFIX)yosys-abc$(EXE) $(TARGETS)
|
||||
endif
|
||||
ifeq ($(DISABLE_SPAWN),1)
|
||||
$(error ENABLE_ABC=1 requires either LINK_ABC=1 or DISABLE_SPAWN=0)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue