ardupilot/ArduPlane/Makefile

11 lines
169 B
Makefile
Raw Normal View History

2011-09-29 19:57:19 -03:00
#
# Trivial makefile for building APM
#
2011-09-29 19:57:19 -03:00
#
# Select 'mega' for the original APM, or 'mega2560' for the V2 APM.
#
BOARD = mega
2011-09-29 19:57:19 -03:00
include ../libraries/AP_Common/Arduino.mk