waf: hack to let RunCam header enablement macro pass

This commit is contained in:
Andy Piper 2019-12-20 18:07:31 +00:00 committed by Andrew Tridgell
parent 6f979d5f7f
commit 1b17955f6b
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ class ap_library_check_headers(Task.Task):
dispatched_headers = set()
whitelist = (
'libraries/AP_Vehicle/AP_Vehicle_Type.h',
'libraries/AP_Camera/AP_RunCam.h',
)
whitelist = tuple(os.path.join(*p.split('/')) for p in whitelist)