Makefile 173 B

12345678910
  1. #
  2. # Trivial makefile for building APM
  3. #
  4. #
  5. # Select 'mega' for the original APM, or 'mega2560' for the V2 APM.
  6. #
  7. BOARD = mega2560
  8. include ../libraries/AP_Common/Arduino.mk