aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4io-v1.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/board_px4io-v1.mk')
-rw-r--r--makefiles/board_px4io-v1.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefiles/board_px4io-v1.mk b/makefiles/board_px4io-v1.mk
new file mode 100644
index 000000000..b0eb2dae7
--- /dev/null
+++ b/makefiles/board_px4io-v1.mk
@@ -0,0 +1,10 @@
+#
+# Board-specific definitions for the PX4IO
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM3
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk