Skip to content

Commit

Permalink
Merge pull request #4053 from povik/pmgen-make
Browse files Browse the repository at this point in the history
pmgen: Have a single make pattern
  • Loading branch information
povik authored Dec 5, 2023
2 parents 0ccff57 + 16ea497 commit 093f9c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion passes/pmgen/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%_pm.h: passes/pmgen/pmgen.py %.pmg
$(P) mkdir -p passes/pmgen && $(PYTHON_EXECUTABLE) $< -o $@ -p $(subst _pm.h,,$(notdir $@)) $(filter-out $<,$^)
$(P) mkdir -p $(dir $@) && $(PYTHON_EXECUTABLE) $< -o $@ -p $(subst _pm.h,,$(notdir $@)) $(filter-out $<,$^)

# --------------------------------------

Expand Down
3 changes: 0 additions & 3 deletions techlibs/quicklogic/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
%_pm.h: passes/pmgen/pmgen.py %.pmg
$(P) mkdir -p pmgen && $(PYTHON_EXECUTABLE) $< -o $@ -p $(subst _pm.h,,$(notdir $@)) $(filter-out $<,$^)

techlibs/quicklogic/qlf_k6n10f/bram_types_sim.v: techlibs/quicklogic/qlf_k6n10f/generate_bram_types_sim.py
$(P) $(PYTHON_EXECUTABLE) $^ $@

Expand Down

0 comments on commit 093f9c7

Please sign in to comment.