aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4iov2.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-04-28 14:50:05 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-04-28 14:50:05 +0200
commit1df5e98aa507c7a89f1491254d7f34f94c04ede6 (patch)
tree6b68fcd19ac8efd5d67357c08d42b1c0c4ae3b04 /makefiles/board_px4iov2.mk
parent13d58afd0a57698710c18fd1ffc6192d6aabe07a (diff)
downloadpx4-firmware-1df5e98aa507c7a89f1491254d7f34f94c04ede6.tar.gz
px4-firmware-1df5e98aa507c7a89f1491254d7f34f94c04ede6.tar.bz2
px4-firmware-1df5e98aa507c7a89f1491254d7f34f94c04ede6.zip
XXX: WIP: Disabled mixer on IOv2 due to CXX compile issue
Diffstat (limited to 'makefiles/board_px4iov2.mk')
-rw-r--r--makefiles/board_px4iov2.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefiles/board_px4iov2.mk b/makefiles/board_px4iov2.mk
new file mode 100644
index 000000000..ee6b6125e
--- /dev/null
+++ b/makefiles/board_px4iov2.mk
@@ -0,0 +1,10 @@
+#
+# Board-specific definitions for the PX4IOv2
+#
+
+#
+# Configure the toolchain
+#
+CONFIG_ARCH = CORTEXM3
+
+include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk