From d7639ce03a17fddec8e4d4c8ac47998687c3f856 Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Tue, 22 Dec 2015 18:07:49 -0800 Subject: [PATCH] AP_HAL: fix example build --- libraries/AP_HAL/examples/Printf/make.inc | 1 + libraries/AP_HAL/examples/RCInput/make.inc | 1 + libraries/AP_HAL/examples/RCInputToRCOutput/make.inc | 1 + libraries/AP_HAL/examples/RCOutput/make.inc | 1 + libraries/AP_HAL/examples/Storage/make.inc | 1 + libraries/AP_HAL/examples/UART_test/make.inc | 1 + 6 files changed, 6 insertions(+) diff --git a/libraries/AP_HAL/examples/Printf/make.inc b/libraries/AP_HAL/examples/Printf/make.inc index f61789dfff..213e81b916 100644 --- a/libraries/AP_HAL/examples/Printf/make.inc +++ b/libraries/AP_HAL/examples/Printf/make.inc @@ -8,6 +8,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF diff --git a/libraries/AP_HAL/examples/RCInput/make.inc b/libraries/AP_HAL/examples/RCInput/make.inc index f954c1c34f..43ba9c239d 100644 --- a/libraries/AP_HAL/examples/RCInput/make.inc +++ b/libraries/AP_HAL/examples/RCInput/make.inc @@ -8,6 +8,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF diff --git a/libraries/AP_HAL/examples/RCInputToRCOutput/make.inc b/libraries/AP_HAL/examples/RCInputToRCOutput/make.inc index f954c1c34f..43ba9c239d 100644 --- a/libraries/AP_HAL/examples/RCInputToRCOutput/make.inc +++ b/libraries/AP_HAL/examples/RCInputToRCOutput/make.inc @@ -8,6 +8,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF diff --git a/libraries/AP_HAL/examples/RCOutput/make.inc b/libraries/AP_HAL/examples/RCOutput/make.inc index f954c1c34f..43ba9c239d 100644 --- a/libraries/AP_HAL/examples/RCOutput/make.inc +++ b/libraries/AP_HAL/examples/RCOutput/make.inc @@ -8,6 +8,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF diff --git a/libraries/AP_HAL/examples/Storage/make.inc b/libraries/AP_HAL/examples/Storage/make.inc index f954c1c34f..43ba9c239d 100644 --- a/libraries/AP_HAL/examples/Storage/make.inc +++ b/libraries/AP_HAL/examples/Storage/make.inc @@ -8,6 +8,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF diff --git a/libraries/AP_HAL/examples/UART_test/make.inc b/libraries/AP_HAL/examples/UART_test/make.inc index f954c1c34f..43ba9c239d 100644 --- a/libraries/AP_HAL/examples/UART_test/make.inc +++ b/libraries/AP_HAL/examples/UART_test/make.inc @@ -8,6 +8,7 @@ LIBRARIES += AP_Compass LIBRARIES += AP_Declination LIBRARIES += AP_GPS LIBRARIES += AP_InertialSensor +LIBRARIES += AP_AccelCal LIBRARIES += AP_Math LIBRARIES += AP_Mission LIBRARIES += AP_NavEKF