Browse Source

fpga/Makefile: fix ordering rule for power estimator

H. Peter Anvin 2 years ago
parent
commit
3347303ea5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fpga/Makefile

+ 1 - 1
fpga/Makefile

@@ -136,7 +136,7 @@ $(outdir)/%.sof: $(outdir)/%.mif_update.rpt
 $(outdir)/%.sta.rpt: $(outdir)/%.fit.rpt | $(outdir)/%.sof
 	$(QSTA) $(PROJECT) -c $*
 
-$(outdir)/%.pow.rpt: $(outdir)/%.sta.rpt
+$(outdir)/%.pow.rpt: $(outdir)/%.sta.rpt | $(outdir)/%.sof
 	$(QPOW) $(PROJECT) -c $*
 
 $(foreach rev,$(REVISIONS),$(outdir)/$(rev).%.cof): %.cof.xml $(outdir)