Skip to content

Commit eeb2fe5

Browse files
authored
Update Makefile
Add PDK_ROOT for run-precheck target
1 parent b7c2d71 commit eeb2fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ run-precheck: check-pdk check-precheck
117117
-v $(PDK_ROOT):$(PDK_ROOT) \
118118
-e INPUT_DIRECTORY=$(INPUT_DIRECTORY) \
119119
-e PDK_PATH=$(PDK_ROOT)/$(PDK) \
120+
-e PDK_ROOT=$(PDK_ROOT) \
120121
-e PDKPATH=$(PDKPATH) \
121122
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
122123
efabless/mpw_precheck:latest bash -c "cd $(PRECHECK_ROOT) ; python3 mpw_precheck.py --input_directory $(INPUT_DIRECTORY) --pdk_path $(PDK_ROOT)/$(PDK)"

0 commit comments

Comments
 (0)