mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: removed lwip source paths in chibios class
This commit is contained in:
parent
5748adbf44
commit
a53be122db
@ -691,9 +691,6 @@ def build(bld):
|
|||||||
common_src += bld.path.ant_glob('libraries/AP_HAL_ChibiOS/hwdef/common/*.mk')
|
common_src += bld.path.ant_glob('libraries/AP_HAL_ChibiOS/hwdef/common/*.mk')
|
||||||
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/netif/**/*.[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