ardupilot/Tools/ardupilotwaf
Gustavo Jose de Sousa c4c9ce6a2a waf: ardupilotwaf: use name without board extention
If the attribute name is passed, then it is the one used to process the option
--target[s] of waf build. The board name should be used only in configuration
time. The build targets should be board/platform agnostic.

Now, instead of using `waf --target ArduCopter.sitl`, we use `waf --target
ArduCopter` and the binary continues named as "ArduCopter.sitl".
2015-12-10 10:40:37 +09:00
..
__init__.py waf: add waf support 2015-12-03 07:54:30 +11:00
ardupilotwaf.py waf: ardupilotwaf: use name without board extention 2015-12-10 10:40:37 +09:00
boards.py waf: use ConfigSet for board environments 2015-12-03 07:54:32 +11:00
gbenchmark.py waf: add gbenchmark Waf tool 2015-12-03 07:54:31 +11:00