waf: removed lwip source paths in chibios class

This commit is contained in:
Andrew Tridgell 2023-12-26 06:29:05 +11:00
parent 5748adbf44
commit a53be122db

View File

@ -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('modules/ChibiOS/os/hal/**/*.[ch]')
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:
common_src += [bld.bldnode.find_or_declare('ap_romfs_embedded.h')]