Remove unused libm/posix.lib.so from lwip_lx.run

Prevents integration failures like follows if the libraries were not
built already in the build directory.

  Missing boot modules: libm.lib.so posix.lib.so
  Makefile:323: recipe for target 'run/lwip_lx' failed
This commit is contained in:
Christian Helmuth 2019-10-25 08:59:07 +02:00
parent f1b1dd26cf
commit 93d3a0848a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ install_config $config
set boot_modules {
core init timer linux_nic_drv
ld.lib.so libc.lib.so vfs.lib.so libm.lib.so posix.lib.so vfs_lwip.lib.so test-lwip_httpsrv
ld.lib.so libc.lib.so vfs.lib.so vfs_lwip.lib.so test-lwip_httpsrv
}
build_boot_image $boot_modules