waf: reorganize destination of binaries in Tools

It makes more sense for Hello to be an example and for CPUInfo and Replay to be
placed inside a `build/<board>/tools/` directory.
This commit is contained in:
Gustavo Jose de Sousa 2016-01-11 11:59:12 -02:00 committed by Lucas De Marchi
parent f4a6d13cef
commit ad0f2080c6
3 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,5 @@ def build(bld):
ardupilotwaf.program(
bld,
use='ap',
blddestdir='tools',
)

View File

@ -4,7 +4,7 @@
import ardupilotwaf
def build(bld):
ardupilotwaf.program(
ardupilotwaf.example(
bld,
use='ap',
)

View File

@ -7,4 +7,5 @@ def build(bld):
ardupilotwaf.program(
bld,
use='ap',
blddestdir='tools',
)