hack to make sim works with airspeed_ets: added sim_ir to sim target because sim_airspeed is set there

This commit is contained in:
Felix Ruess
2011-10-04 21:03:17 +02:00
parent 10c6c9e137
commit 883ac3e89b
+8
View File
@@ -22,5 +22,13 @@
<file name="airspeed_ets.c"/>
</makefile>
<!--
hack to make sim work,
in sim_ir the variable sim_airspeed is set, should be refactored
-->
<makefile target="sim">
<file_arch name="sim_ir.c" dir="."/>
<file name="infrared.c" dir="subsystems/sensors"/>
</makefile>
</module>