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, 0 insertions, 10 deletions
diff --git a/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile b/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile
deleted file mode 100644
index 7ca38b1a2..000000000
--- a/mavlink/share/pyshared/pymavlink/APM_Mavtest/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# 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