3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-30 21:57:47 +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

@ -94,12 +94,6 @@ def generate_tests(argv, cmds):
def print_header(extra=None):
print(f"include {common_mk}")
print(f"ifneq ($(wildcard {yosys_basedir}/Makefile.conf),)")
print(f"include {yosys_basedir}/Makefile.conf")
print(f"endif")
print("")
print("export YOSYS_MAX_THREADS := 4")
if extra:
for line in extra:
print(line)