AP_Common: add Makefile and clean up includes

This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-10-20 11:44:57 -02:00 committed by Andrew Tridgell
parent a3169d0a34
commit 4731f87683
2 changed files with 2 additions and 10 deletions

View File

@ -3,17 +3,8 @@
// Unit tests for the AP_Common code
//
#include <AP_HAL/AP_HAL.h>
#include <stdlib.h>
#include <AP_Common/AP_Common.h>
#include <AP_Progmem/AP_Progmem.h>
#include <AP_Param/AP_Param.h>
#include <AP_HAL_AVR/AP_HAL_AVR.h>
#include <AP_HAL_SITL/AP_HAL_SITL.h>
#include <AP_HAL_Empty/AP_HAL_Empty.h>
#include <AP_HAL_PX4/AP_HAL_PX4.h>
#include <AP_Math/AP_Math.h>
#include <StorageManager/StorageManager.h>
#include <AP_HAL/AP_HAL.h>
const AP_HAL::HAL& hal = AP_HAL::get_HAL();

View File

@ -0,0 +1 @@
include ../../../../mk/apm.mk