3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-02 03:36:56 +00:00

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

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