Browse Source

Sub: allow partial builds with new mavlink as submodule

The task generator for the mavlink headers is given a name 'mavlink' and is
added as a dependency to all local static libraries, because all of them use
sources that include mavlink headers. It would be nice to have a good way to
detect sources that use mavlink headers or to declare list of libraries that
use the headers, so that the dependency could be added automatically.

Additionally, there's a minor change in syntax for the task generator: using
strings directly instead of lists.
mission-4.1.18
Rustom Jehangir 9 years ago committed by Andrew Tridgell
parent
commit
caa089c869
  1. 1
      ArduSub/wscript

1
ArduSub/wscript

@ -33,6 +33,7 @@ def build(bld): @@ -33,6 +33,7 @@ def build(bld):
'AP_Relay',
'AP_ServoRelayEvents',
],
use='mavlink',
)
ardupilotwaf.program(

Loading…
Cancel
Save