updated Makefile for update_mcw

This commit is contained in:
jeffdi 2021-11-25 09:58:04 -08:00
parent fe21089505
commit 54a2f5d869
1 changed files with 6 additions and 0 deletions

View File

@ -738,6 +738,12 @@ else
@echo PROJECT is set to $(PROJECT) @echo PROJECT is set to $(PROJECT)
endif endif
check-mcw:
@if [ ! -d "$(MCW_ROOT)" ]; then \
echo "MCW Root: "$(MCW_ROOT)" doesn't exists, please export the correct path before running make. "; \
exit 1; \
fi
# Make README.rst # Make README.rst
README.rst: README.src.rst docs/source/getting-started.rst docs/source/tool-versioning.rst openlane/README.src.rst docs/source/caravel-with-openlane.rst Makefile README.rst: README.src.rst docs/source/getting-started.rst docs/source/tool-versioning.rst openlane/README.src.rst docs/source/caravel-with-openlane.rst Makefile
pip -q install rst_include && \ pip -q install rst_include && \