aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-05 21:46:50 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:00:58 -0800
commitb80575fcff926fb819adeb1760632586c19cf719 (patch)
treed99c471ab5bbf1ee06207c7485bf8c7a78debf6c /platforms
parent085d08ce6c55d3fb979aa9847aea584fb7eb4f7c (diff)
downloadpx4-firmware-b80575fcff926fb819adeb1760632586c19cf719.tar.gz
px4-firmware-b80575fcff926fb819adeb1760632586c19cf719.tar.bz2
px4-firmware-b80575fcff926fb819adeb1760632586c19cf719.zip
Break up the firmware build into a 'make export' phase for NuttX on a 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.
Diffstat (limited to 'platforms')
-rw-r--r--platforms/empty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/empty.c b/platforms/empty.c
new file mode 100644
index 000000000..139531354
--- /dev/null
+++ b/platforms/empty.c
@@ -0,0 +1,3 @@
+/*
+ * This is an empty C source file, used when building default firmware configurations.
+ */