Files
PX4-Autopilot/src/platforms
Mark Charlebois 43345e29dc Makefile multi-target support
NuttX is still the default target and all NuttX configs can still
be built with:

make

Individual NuttX, POSIX, and QuRT configs can now be built more
easily by specifying the target and configs:

make posix posix_default
make qurt qurt_hello
make nuttx aerocore_default

Running make with just the target will make all the configs for
that target:

make nuttx
make qurt
make posix

The help is also target specific:
make nuttx help
make qurt help
make posix help

"make help" will still assume you want help for the NuttX target

Added a new QuRT config called qurt_hello as a sample config to
test buiding in different commands for separate configs.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-05-20 19:19:08 -07:00
..
2015-05-15 12:56:18 -07:00
2015-05-15 12:56:18 -07:00
2015-05-19 09:19:24 -07:00
2015-05-20 19:19:08 -07:00
2015-05-19 10:41:15 -07:00
2015-04-24 01:01:36 -07:00
2015-04-20 11:00:18 -07:00
2015-05-19 11:04:39 -07:00
2015-04-20 11:35:47 -07:00
2015-04-24 01:01:36 -07:00
2015-05-19 11:53:19 -07:00
2015-02-08 17:53:26 +01:00
2015-05-06 22:12:45 -07:00
2015-02-08 17:53:26 +01:00
2015-04-21 09:53:09 -07:00
2015-02-08 17:53:26 +01:00
2015-05-06 16:04:20 -07:00