aboutsummaryrefslogtreecommitdiff
path: root/makefiles/px4fmu.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/px4fmu.mk')
-rw-r--r--makefiles/px4fmu.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefiles/px4fmu.mk b/makefiles/px4fmu.mk
new file mode 100644
index 000000000..75833de9f
--- /dev/null
+++ b/makefiles/px4fmu.mk
@@ -0,0 +1,10 @@
+#
+# Platform-specific definitions for the PX4FMU
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM4F
+
+include $(PX4_MK_INCLUDE)/gnu-arm-eabi.mk