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