waf: remove AP_ADC_AnalogSource from common libraries

That library was removed in a recent pull request. That PR was raised before
waf build system was integrated in the tree, that's why the fix just now.
This commit is contained in:
Gustavo Jose de Sousa 2015-12-04 10:53:38 -02:00 committed by Randy Mackay
parent 3a13db9333
commit 1e119c2182

View File

@ -16,7 +16,6 @@ UTILITY_SOURCE_EXTS = [ 'utility/' + glob for glob in SOURCE_EXTS ]
# on the bld.env.BOARD.
COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_ADC',
'AP_ADC_AnalogSource',
'AP_AHRS',
'AP_Airspeed',
'AP_Baro',