aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4fmu.mk
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-05-09 22:41:09 +0400
committerAnton Babushkin <anton.babushkin@me.com>2013-05-09 22:41:09 +0400
commit9a9e41f7a2dc3ff545aa6d2e7072a9abef0b5a59 (patch)
tree7389637e61c2c466a063acf152349cbe4855766e /makefiles/board_px4fmu.mk
parent0489595e7f34f4bacc1b63f31eed5e64fe55c7e6 (diff)
parent15aae728e5bba7ac255e2f0266d39c5e9d95fc6a (diff)
downloadpx4-firmware-9a9e41f7a2dc3ff545aa6d2e7072a9abef0b5a59.tar.gz
px4-firmware-9a9e41f7a2dc3ff545aa6d2e7072a9abef0b5a59.tar.bz2
px4-firmware-9a9e41f7a2dc3ff545aa6d2e7072a9abef0b5a59.zip
Merge branch 'master' into gpio_led
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..837069644
--- /dev/null
+++ b/makefiles/board_px4fmu.mk
@@ -0,0 +1,10 @@
+#
+# Board-specific definitions for the PX4FMU
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM4F
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk