commit | 0eb93ef6a242e4dae1f8523c76a2ca2f87978928 | [log] [tgz] |
---|---|---|
author | Kareem Farid <kareefardi@users.noreply.github.com> | Wed Mar 02 13:25:37 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Mar 02 13:25:37 2022 +0200 |
tree | 9c21b19f2cbb7b8493fa945d9ed6dba50cf15cf6 | |
parent | b3ac77dd3737f2aa461199484538fd91c363deed [diff] |
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)