aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4fmu-v2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/board_px4fmu-v2.mk')
-rw-r--r--makefiles/board_px4fmu-v2.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/makefiles/board_px4fmu-v2.mk b/makefiles/board_px4fmu-v2.mk
new file mode 100644
index 000000000..e9a2985b7
--- /dev/null
+++ b/makefiles/board_px4fmu-v2.mk
@@ -0,0 +1,11 @@
+#
+# Board-specific definitions for the PX4FMUv2
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM4F
+CONFIG_BOARD = PX4FMU_V2
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk