px4-firmware/makefiles/qurt
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
..
board_qurt.mk Added config files for QuRT 2015-04-20 11:37:51 -07:00
config_qurt_default.mk QuRT: enabled more modules 2015-05-14 09:45:03 -07:00
config_qurt_hello.mk Makefile multi-target support 2015-05-20 19:19:08 -07:00
qurt_eigen.patch Platform header file cleanup and consolidation 2015-04-24 11:45:14 -07:00