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.
This commit is contained in:
James Goppert 2011-09-30 07:16:48 -04:00
parent 8b32fb00da
commit 204c6bb6e7
2 changed files with 2 additions and 0 deletions

1
ArduCopter/Makefile Normal file
View File

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

1
ArduPlane/Makefile Normal file
View File

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