aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4fmu.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-02-20 21:25:04 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:00:59 -0800
commit50739c1843d266a7ff26c26284dfec9d77cf80f5 (patch)
treee941449c161552a7d67109795855229086c07cb8 /makefiles/board_px4fmu.mk
parentabe48bd7149fee4d18d709e7325cc70ca7230cb8 (diff)
downloadpx4-firmware-50739c1843d266a7ff26c26284dfec9d77cf80f5.tar.gz
px4-firmware-50739c1843d266a7ff26c26284dfec9d77cf80f5.tar.bz2
px4-firmware-50739c1843d266a7ff26c26284dfec9d77cf80f5.zip
platform -> board
Diffstat (limited to 'makefiles/board_px4fmu.mk')
-rw-r--r--makefiles/board_px4fmu.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefiles/board_px4fmu.mk b/makefiles/board_px4fmu.mk
new file mode 100644
index 000000000..959e4ed26
--- /dev/null
+++ b/makefiles/board_px4fmu.mk
@@ -0,0 +1,10 @@
+#
+# Platform-specific definitions for the PX4FMU
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM4F
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk