mirror of https://github.com/YosysHQ/yosys.git
opt_clean: fix out of tree build
This commit is contained in:
parent
d33acfe65f
commit
ba3d62f8f1
|
|
@ -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
|
||||
Loading…
Reference in New Issue