Force power to depend on sim-par, bump hammer for saif trigger

Dependency is to have the power rerun on sim include the right yaml
This commit is contained in:
Colin Schmidt
2020-05-20 09:32:54 -07:00
parent d198ef06fd
commit bbe296be51
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
.PHONY: $(POWER_CONF)
power: $(POWER_CONF)
power: $(POWER_CONF) sim-par
power: override HAMMER_POWER_EXTRA_ARGS += -p $(POWER_CONF)
redo-power: $(POWER_CONF)
redo-power: override HAMMER_EXTRA_ARGS += -p $(POWER_CONF)