3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-23 18:39:39 +00:00

Do not use Makefile.conf

This commit is contained in:
Miodrag Milanovic 2026-05-19 14:29:06 +02:00
parent c0779f488a
commit 15e09163cd
3 changed files with 2 additions and 11 deletions

View file

@ -55,11 +55,6 @@ def create_tests():
]))
extra = [
"ifneq ($(ABCEXTERNAL),)",
"ABC ?= $(ABCEXTERNAL)",
"else",
f"ABC ?= {gen_tests_makefile.yosys_basedir}/yosys-abc",
"endif",
"SHELL := /usr/bin/env bash",
]