commit | c2246f4feea7ef009274a759820e65d3e586dd0a | [log] [tgz] |
---|---|---|
author | Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> | Fri Mar 04 08:49:43 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Mar 04 08:49:43 2022 -0800 |
tree | f6427160cb99754a1b644bfabc16e1d3b1de81c7 | |
parent | 8686b12dba856d224c486c3159108d45ab57a55c [diff] | |
parent | 0eb93ef6a242e4dae1f8523c76a2ca2f87978928 [diff] |
Merge pull request #89 from efabless/kareefardi-patch-1 fix make <block> running all make blocks
diff --git a/Makefile b/Makefile index e787f93..f8f844c 100644 --- a/Makefile +++ b/Makefile
@@ -65,7 +65,7 @@ # Openlane blocks=$(shell cd openlane && find * -maxdepth 0 -type d) .PHONY: $(blocks) -$(blocks): +$(blocks): % : export CARAVEL_ROOT=$(CARAVEL_ROOT) && cd openlane && $(MAKE) $* dv_patterns=$(shell cd verilog/dv && find * -maxdepth 0 -type d)