commit | 84b7ed9040dc31b82643126ba6d120a268233db6 | [log] [tgz] |
---|---|---|
author | Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> | Mon Sep 20 13:11:48 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 20 13:11:48 2021 -0700 |
tree | e40baf458fb9690a030443f2204cd8f877c437e9 | |
parent | b8cf41ca1d08f55e296ab54a2fb8f99171b21a8b [diff] | |
parent | a89da3c73ca47767a34972db86a1802c2e95f16b [diff] |
Merge pull request #42 from Manarabdelaty/patch_4 Update Makefile to export CARAVEL_ROOT before running openlane
diff --git a/Makefile b/Makefile index 9499e75..188e997 100644 --- a/Makefile +++ b/Makefile
@@ -67,7 +67,7 @@ BLOCKS = $(shell cd openlane && find * -maxdepth 0 -type d) .PHONY: $(BLOCKS) $(BLOCKS): %: - cd openlane && $(MAKE) $* + export CARAVEL_ROOT=$(CARAVEL_ROOT) && cd openlane && $(MAKE) $* # Install caravel .PHONY: install