Explorar el Código

fpga/Makefile: fix ordering rule for power estimator

H. Peter Anvin hace 2 años
padre
commit
3347303ea5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)