mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Corrected makefile.
This commit is contained in:
parent
b6dcf3743e
commit
bfe0331803
@ -1,510 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
||||
#
|
||||
# Trivial makefile for building APM
|
||||
#
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canoncical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E remove -f
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /hsl/homes/jgoppert/Projects/ardupilot-mega/ArduPlane
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /hsl/homes/jgoppert/Projects/ardupilot-mega/ArduPlane
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
|
||||
/usr/bin/cmake -i .
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /hsl/homes/jgoppert/Projects/ardupilot-mega/ArduPlane/CMakeFiles /hsl/homes/jgoppert/Projects/ardupilot-mega/ArduPlane/CMakeFiles/progress.marks
|
||||
$(MAKE) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /hsl/homes/jgoppert/Projects/ardupilot-mega/ArduPlane/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named ArduPlane
|
||||
|
||||
# Build rule for target.
|
||||
ArduPlane: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 ArduPlane
|
||||
.PHONY : ArduPlane
|
||||
|
||||
# fast build rule for target.
|
||||
ArduPlane/fast:
|
||||
$(MAKE) -f CMakeFiles/ArduPlane.dir/build.make CMakeFiles/ArduPlane.dir/build
|
||||
.PHONY : ArduPlane/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named ArduPlane-serial
|
||||
|
||||
# Build rule for target.
|
||||
ArduPlane-serial: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 ArduPlane-serial
|
||||
.PHONY : ArduPlane-serial
|
||||
|
||||
# fast build rule for target.
|
||||
ArduPlane-serial/fast:
|
||||
$(MAKE) -f CMakeFiles/ArduPlane-serial.dir/build.make CMakeFiles/ArduPlane-serial.dir/build
|
||||
.PHONY : ArduPlane-serial/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named ArduPlane-upload
|
||||
|
||||
# Build rule for target.
|
||||
ArduPlane-upload: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 ArduPlane-upload
|
||||
.PHONY : ArduPlane-upload
|
||||
|
||||
# fast build rule for target.
|
||||
ArduPlane-upload/fast:
|
||||
$(MAKE) -f CMakeFiles/ArduPlane-upload.dir/build.make CMakeFiles/ArduPlane-upload.dir/build
|
||||
.PHONY : ArduPlane-upload/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named upload
|
||||
|
||||
# Build rule for target.
|
||||
upload: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 upload
|
||||
.PHONY : upload
|
||||
|
||||
# fast build rule for target.
|
||||
upload/fast:
|
||||
$(MAKE) -f CMakeFiles/upload.dir/build.make CMakeFiles/upload.dir/build
|
||||
.PHONY : upload/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named DataFlash
|
||||
|
||||
# Build rule for target.
|
||||
DataFlash: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 DataFlash
|
||||
.PHONY : DataFlash
|
||||
|
||||
# fast build rule for target.
|
||||
DataFlash/fast:
|
||||
$(MAKE) -f libs/DataFlash/CMakeFiles/DataFlash.dir/build.make libs/DataFlash/CMakeFiles/DataFlash.dir/build
|
||||
.PHONY : DataFlash/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named mega_CORE
|
||||
|
||||
# Build rule for target.
|
||||
mega_CORE: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 mega_CORE
|
||||
.PHONY : mega_CORE
|
||||
|
||||
# fast build rule for target.
|
||||
mega_CORE/fast:
|
||||
$(MAKE) -f libs/DataFlash/CMakeFiles/mega_CORE.dir/build.make libs/DataFlash/CMakeFiles/mega_CORE.dir/build
|
||||
.PHONY : mega_CORE/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named mega_SPI
|
||||
|
||||
# Build rule for target.
|
||||
mega_SPI: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 mega_SPI
|
||||
.PHONY : mega_SPI
|
||||
|
||||
# fast build rule for target.
|
||||
mega_SPI/fast:
|
||||
$(MAKE) -f libs/DataFlash/CMakeFiles/mega_SPI.dir/build.make libs/DataFlash/CMakeFiles/mega_SPI.dir/build
|
||||
.PHONY : mega_SPI/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_Math
|
||||
|
||||
# Build rule for target.
|
||||
AP_Math: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_Math
|
||||
.PHONY : AP_Math
|
||||
|
||||
# fast build rule for target.
|
||||
AP_Math/fast:
|
||||
$(MAKE) -f libs/AP_Math/CMakeFiles/AP_Math.dir/build.make libs/AP_Math/CMakeFiles/AP_Math.dir/build
|
||||
.PHONY : AP_Math/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named PID
|
||||
|
||||
# Build rule for target.
|
||||
PID: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 PID
|
||||
.PHONY : PID
|
||||
|
||||
# fast build rule for target.
|
||||
PID/fast:
|
||||
$(MAKE) -f libs/PID/CMakeFiles/PID.dir/build.make libs/PID/CMakeFiles/PID.dir/build
|
||||
.PHONY : PID/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_Common
|
||||
|
||||
# Build rule for target.
|
||||
AP_Common: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_Common
|
||||
.PHONY : AP_Common
|
||||
|
||||
# fast build rule for target.
|
||||
AP_Common/fast:
|
||||
$(MAKE) -f libs/AP_Common/CMakeFiles/AP_Common.dir/build.make libs/AP_Common/CMakeFiles/AP_Common.dir/build
|
||||
.PHONY : AP_Common/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named RC_Channel
|
||||
|
||||
# Build rule for target.
|
||||
RC_Channel: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 RC_Channel
|
||||
.PHONY : RC_Channel
|
||||
|
||||
# fast build rule for target.
|
||||
RC_Channel/fast:
|
||||
$(MAKE) -f libs/RC_Channel/CMakeFiles/RC_Channel.dir/build.make libs/RC_Channel/CMakeFiles/RC_Channel.dir/build
|
||||
.PHONY : RC_Channel/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_OpticalFlow
|
||||
|
||||
# Build rule for target.
|
||||
AP_OpticalFlow: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_OpticalFlow
|
||||
.PHONY : AP_OpticalFlow
|
||||
|
||||
# fast build rule for target.
|
||||
AP_OpticalFlow/fast:
|
||||
$(MAKE) -f libs/AP_OpticalFlow/CMakeFiles/AP_OpticalFlow.dir/build.make libs/AP_OpticalFlow/CMakeFiles/AP_OpticalFlow.dir/build
|
||||
.PHONY : AP_OpticalFlow/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named ModeFilter
|
||||
|
||||
# Build rule for target.
|
||||
ModeFilter: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 ModeFilter
|
||||
.PHONY : ModeFilter
|
||||
|
||||
# fast build rule for target.
|
||||
ModeFilter/fast:
|
||||
$(MAKE) -f libs/ModeFilter/CMakeFiles/ModeFilter.dir/build.make libs/ModeFilter/CMakeFiles/ModeFilter.dir/build
|
||||
.PHONY : ModeFilter/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named memcheck
|
||||
|
||||
# Build rule for target.
|
||||
memcheck: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 memcheck
|
||||
.PHONY : memcheck
|
||||
|
||||
# fast build rule for target.
|
||||
memcheck/fast:
|
||||
$(MAKE) -f libs/memcheck/CMakeFiles/memcheck.dir/build.make libs/memcheck/CMakeFiles/memcheck.dir/build
|
||||
.PHONY : memcheck/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named APM_PI
|
||||
|
||||
# Build rule for target.
|
||||
APM_PI: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 APM_PI
|
||||
.PHONY : APM_PI
|
||||
|
||||
# fast build rule for target.
|
||||
APM_PI/fast:
|
||||
$(MAKE) -f libs/APM_PI/CMakeFiles/APM_PI.dir/build.make libs/APM_PI/CMakeFiles/APM_PI.dir/build
|
||||
.PHONY : APM_PI/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_GPS
|
||||
|
||||
# Build rule for target.
|
||||
AP_GPS: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_GPS
|
||||
.PHONY : AP_GPS
|
||||
|
||||
# fast build rule for target.
|
||||
AP_GPS/fast:
|
||||
$(MAKE) -f libs/AP_GPS/CMakeFiles/AP_GPS.dir/build.make libs/AP_GPS/CMakeFiles/AP_GPS.dir/build
|
||||
.PHONY : AP_GPS/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_DCM
|
||||
|
||||
# Build rule for target.
|
||||
AP_DCM: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_DCM
|
||||
.PHONY : AP_DCM
|
||||
|
||||
# fast build rule for target.
|
||||
AP_DCM/fast:
|
||||
$(MAKE) -f libs/AP_DCM/CMakeFiles/AP_DCM.dir/build.make libs/AP_DCM/CMakeFiles/AP_DCM.dir/build
|
||||
.PHONY : AP_DCM/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_Compass
|
||||
|
||||
# Build rule for target.
|
||||
AP_Compass: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_Compass
|
||||
.PHONY : AP_Compass
|
||||
|
||||
# fast build rule for target.
|
||||
AP_Compass/fast:
|
||||
$(MAKE) -f libs/AP_Compass/CMakeFiles/AP_Compass.dir/build.make libs/AP_Compass/CMakeFiles/AP_Compass.dir/build
|
||||
.PHONY : AP_Compass/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_ADC
|
||||
|
||||
# Build rule for target.
|
||||
AP_ADC: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_ADC
|
||||
.PHONY : AP_ADC
|
||||
|
||||
# fast build rule for target.
|
||||
AP_ADC/fast:
|
||||
$(MAKE) -f libs/AP_ADC/CMakeFiles/AP_ADC.dir/build.make libs/AP_ADC/CMakeFiles/AP_ADC.dir/build
|
||||
.PHONY : AP_ADC/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_IMU
|
||||
|
||||
# Build rule for target.
|
||||
AP_IMU: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_IMU
|
||||
.PHONY : AP_IMU
|
||||
|
||||
# fast build rule for target.
|
||||
AP_IMU/fast:
|
||||
$(MAKE) -f libs/AP_IMU/CMakeFiles/AP_IMU.dir/build.make libs/AP_IMU/CMakeFiles/AP_IMU.dir/build
|
||||
.PHONY : AP_IMU/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named AP_RangeFinder
|
||||
|
||||
# Build rule for target.
|
||||
AP_RangeFinder: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 AP_RangeFinder
|
||||
.PHONY : AP_RangeFinder
|
||||
|
||||
# fast build rule for target.
|
||||
AP_RangeFinder/fast:
|
||||
$(MAKE) -f libs/AP_RangeFinder/CMakeFiles/AP_RangeFinder.dir/build.make libs/AP_RangeFinder/CMakeFiles/AP_RangeFinder.dir/build
|
||||
.PHONY : AP_RangeFinder/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named APM_RC
|
||||
|
||||
# Build rule for target.
|
||||
APM_RC: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 APM_RC
|
||||
.PHONY : APM_RC
|
||||
|
||||
# fast build rule for target.
|
||||
APM_RC/fast:
|
||||
$(MAKE) -f libs/APM_RC/CMakeFiles/APM_RC.dir/build.make libs/APM_RC/CMakeFiles/APM_RC.dir/build
|
||||
.PHONY : APM_RC/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named APM_BMP085
|
||||
|
||||
# Build rule for target.
|
||||
APM_BMP085: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 APM_BMP085
|
||||
.PHONY : APM_BMP085
|
||||
|
||||
# fast build rule for target.
|
||||
APM_BMP085/fast:
|
||||
$(MAKE) -f libs/APM_BMP085/CMakeFiles/APM_BMP085.dir/build.make libs/APM_BMP085/CMakeFiles/APM_BMP085.dir/build
|
||||
.PHONY : APM_BMP085/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named mega_Wire
|
||||
|
||||
# Build rule for target.
|
||||
mega_Wire: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 mega_Wire
|
||||
.PHONY : mega_Wire
|
||||
|
||||
# fast build rule for target.
|
||||
mega_Wire/fast:
|
||||
$(MAKE) -f libs/APM_BMP085/CMakeFiles/mega_Wire.dir/build.make libs/APM_BMP085/CMakeFiles/mega_Wire.dir/build
|
||||
.PHONY : mega_Wire/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named FastSerial
|
||||
|
||||
# Build rule for target.
|
||||
FastSerial: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 FastSerial
|
||||
.PHONY : FastSerial
|
||||
|
||||
# fast build rule for target.
|
||||
FastSerial/fast:
|
||||
$(MAKE) -f libs/FastSerial/CMakeFiles/FastSerial.dir/build.make libs/FastSerial/CMakeFiles/FastSerial.dir/build
|
||||
.PHONY : FastSerial/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named GCS_MAVLink
|
||||
|
||||
# Build rule for target.
|
||||
GCS_MAVLink: cmake_check_build_system
|
||||
$(MAKE) -f CMakeFiles/Makefile2 GCS_MAVLink
|
||||
.PHONY : GCS_MAVLink
|
||||
|
||||
# fast build rule for target.
|
||||
GCS_MAVLink/fast:
|
||||
$(MAKE) -f libs/GCS_MAVLink/CMakeFiles/GCS_MAVLink.dir/build.make libs/GCS_MAVLink/CMakeFiles/GCS_MAVLink.dir/build
|
||||
.PHONY : GCS_MAVLink/fast
|
||||
|
||||
ArduPlane.obj: ArduPlane.cpp.obj
|
||||
.PHONY : ArduPlane.obj
|
||||
|
||||
# target to build an object file
|
||||
ArduPlane.cpp.obj:
|
||||
$(MAKE) -f CMakeFiles/ArduPlane.dir/build.make CMakeFiles/ArduPlane.dir/ArduPlane.cpp.obj
|
||||
.PHONY : ArduPlane.cpp.obj
|
||||
|
||||
ArduPlane.i: ArduPlane.cpp.i
|
||||
.PHONY : ArduPlane.i
|
||||
|
||||
# target to preprocess a source file
|
||||
ArduPlane.cpp.i:
|
||||
$(MAKE) -f CMakeFiles/ArduPlane.dir/build.make CMakeFiles/ArduPlane.dir/ArduPlane.cpp.i
|
||||
.PHONY : ArduPlane.cpp.i
|
||||
|
||||
ArduPlane.s: ArduPlane.cpp.s
|
||||
.PHONY : ArduPlane.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
ArduPlane.cpp.s:
|
||||
$(MAKE) -f CMakeFiles/ArduPlane.dir/build.make CMakeFiles/ArduPlane.dir/ArduPlane.cpp.s
|
||||
.PHONY : ArduPlane.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... ArduPlane"
|
||||
@echo "... ArduPlane-serial"
|
||||
@echo "... ArduPlane-upload"
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... upload"
|
||||
@echo "... DataFlash"
|
||||
@echo "... mega_CORE"
|
||||
@echo "... mega_SPI"
|
||||
@echo "... AP_Math"
|
||||
@echo "... PID"
|
||||
@echo "... AP_Common"
|
||||
@echo "... RC_Channel"
|
||||
@echo "... AP_OpticalFlow"
|
||||
@echo "... ModeFilter"
|
||||
@echo "... memcheck"
|
||||
@echo "... APM_PI"
|
||||
@echo "... AP_GPS"
|
||||
@echo "... AP_DCM"
|
||||
@echo "... AP_Compass"
|
||||
@echo "... AP_ADC"
|
||||
@echo "... AP_IMU"
|
||||
@echo "... AP_RangeFinder"
|
||||
@echo "... APM_RC"
|
||||
@echo "... APM_BMP085"
|
||||
@echo "... mega_Wire"
|
||||
@echo "... FastSerial"
|
||||
@echo "... GCS_MAVLink"
|
||||
@echo "... ArduPlane.obj"
|
||||
@echo "... ArduPlane.i"
|
||||
@echo "... ArduPlane.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
#
|
||||
# Select 'mega' for the original APM, or 'mega2560' for the V2 APM.
|
||||
#
|
||||
BOARD = mega
|
||||
|
||||
include ../libraries/AP_Common/Arduino.mk
|
||||
|
Loading…
Reference in New Issue
Block a user