mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
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:
parent
f4a6d13cef
commit
ad0f2080c6
@ -7,4 +7,5 @@ def build(bld):
|
||||
ardupilotwaf.program(
|
||||
bld,
|
||||
use='ap',
|
||||
blddestdir='tools',
|
||||
)
|
||||
|
@ -4,7 +4,7 @@
|
||||
import ardupilotwaf
|
||||
|
||||
def build(bld):
|
||||
ardupilotwaf.program(
|
||||
ardupilotwaf.example(
|
||||
bld,
|
||||
use='ap',
|
||||
)
|
||||
|
@ -7,4 +7,5 @@ def build(bld):
|
||||
ardupilotwaf.program(
|
||||
bld,
|
||||
use='ap',
|
||||
blddestdir='tools',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user