aboutsummaryrefslogtreecommitdiff
path: root/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile')
-rw-r--r--mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile b/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile
new file mode 100644
index 000000000..7ca38b1a2
--- /dev/null
+++ b/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile
@@ -0,0 +1,10 @@
+#
+# Trivial makefile for building APM
+#
+
+#
+# Select 'mega' for the original APM, or 'mega2560' for the V2 APM.
+#
+BOARD = mega2560
+
+include ../libraries/AP_Common/Arduino.mk