Browse Source

Added makefiles for ArduCopter/ArduPlane.

These files are not generated by cmake. They are necessary for
the make based build to work. To build using this method
type make in the directoy such as ArudPlane/ArduCopter. Make
sure that you do not call cmake in the ArduPlane etc directory
as this will overwrite this Makefile with the autogenerated cmake
version. Cmake should be called from withing a build directory.
mission-4.1.18
James Goppert 14 years ago
parent
commit
e20c279ca5
  1. 1
      ArduCopter/Makefile
  2. 1
      ArduPlane/Makefile

1
ArduCopter/Makefile

@ -0,0 +1 @@ @@ -0,0 +1 @@
include ../libraries/AP_Common/Arduino.mk

1
ArduPlane/Makefile

@ -0,0 +1 @@ @@ -0,0 +1 @@
include ../libraries/AP_Common/Arduino.mk
Loading…
Cancel
Save