failsafe modes

This commit is contained in:
Pascal Brisset
2006-06-20 21:35:57 +00:00
parent c12f94440f
commit 36c208ba7a
10 changed files with 90 additions and 17 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ $(CONTROL_C) : $(CONF)/$(AIRFRAME) $(CONF_XML)
$(Q)$(TOOLS)/gen_control.out c $< > /tmp/control.c
$(Q)mv /tmp/control.c $@
$(FLIGHT_PLAN_H) : $(CONF)/$(FLIGHT_PLAN) $(CONF_XML)
$(FLIGHT_PLAN_H) : $(CONF)/$(FLIGHT_PLAN) $(CONF_XML) $(TOOLS)/gen_flight_plan.out
@echo BUILD $@
$(Q)$(TOOLS)/gen_flight_plan.out $< > /tmp/fp.h
$(Q)mv /tmp/fp.h $@