aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4iov2_default.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/config_px4iov2_default.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/config_px4iov2_default.mk')
-rw-r--r--makefiles/config_px4iov2_default.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefiles/config_px4iov2_default.mk b/makefiles/config_px4iov2_default.mk
new file mode 100644
index 000000000..f9f35d629
--- /dev/null
+++ b/makefiles/config_px4iov2_default.mk
@@ -0,0 +1,10 @@
+#
+# Makefile for the px4iov2_default configuration
+#
+
+#
+# Board support modules
+#
+MODULES += drivers/stm32
+MODULES += drivers/boards/px4iov2
+MODULES += modules/px4iofirmware \ No newline at end of file