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