opt_clean: fix out of tree build

This commit is contained in:
Emil J. Tywoniak 2026-02-24 13:09:03 +01:00
parent d33acfe65f
commit ba3d62f8f1
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ passes/opt/peepopt_pm.h: passes/pmgen/pmgen.py $(PEEPOPT_PATTERN)
$(P) mkdir -p $(dir $@) && $(PYTHON_EXECUTABLE) $< -o $@ -p peepopt $(filter-out $<,$^)
endif
include passes/opt/opt_clean/Makefile.inc
include $(YOSYS_SRC)/passes/opt/opt_clean/Makefile.inc