mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
waf: added paths for PPP build
This commit is contained in:
parent
f8fcc96103
commit
a5fee135b0
@ -692,6 +692,7 @@ def build(bld):
|
|||||||
common_src += bld.path.ant_glob('modules/ChibiOS/os/hal/**/*.[ch]')
|
common_src += bld.path.ant_glob('modules/ChibiOS/os/hal/**/*.[ch]')
|
||||||
common_src += bld.path.ant_glob('modules/ChibiOS/os/hal/**/*.mk')
|
common_src += bld.path.ant_glob('modules/ChibiOS/os/hal/**/*.mk')
|
||||||
common_src += bld.path.ant_glob('modules/ChibiOS/ext/lwip/src/**/*.[ch]')
|
common_src += bld.path.ant_glob('modules/ChibiOS/ext/lwip/src/**/*.[ch]')
|
||||||
|
common_src += bld.path.ant_glob('modules/ChibiOS/ext/lwip/src/netif/**/*.[ch]')
|
||||||
common_src += bld.path.ant_glob('modules/ChibiOS/ext/lwip/src/core/**/*.[ch]')
|
common_src += bld.path.ant_glob('modules/ChibiOS/ext/lwip/src/core/**/*.[ch]')
|
||||||
if bld.env.ROMFS_FILES:
|
if bld.env.ROMFS_FILES:
|
||||||
common_src += [bld.bldnode.find_or_declare('ap_romfs_embedded.h')]
|
common_src += [bld.bldnode.find_or_declare('ap_romfs_embedded.h')]
|
||||||
|
Loading…
Reference in New Issue
Block a user