aboutsummaryrefslogtreecommitdiff
path: root/makefiles/px4fmu_default.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rename makefiles to help categorise them.px4dev2013-02-231-9/+0
|
* Simplify the PLATFORM/CONFIG handling a little.px4dev2013-02-231-0/+1
|
* Move more functionality into firmware.mk. Now we build the px4 bundles in a ↵px4dev2013-02-231-1/+2
| | | | | | way that will let external builders generate them too. Pass the platform define into the firmware builder.
* Recover commits lost in the previous merge. Syllableise PX4_BASE like its peers.px4dev2013-02-231-2/+2
|
* Break up the firmware build into a 'make export' phase for NuttX on a ↵px4dev2013-02-231-0/+7
per-board basis, and then a separate per-config phase that allows us to avoid re-building NuttX all the time, and ship more than one firmware config for a given board. This is a first cut; it builds one firmware for each of FMU and IO.