mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
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:
parent
f1b1dd26cf
commit
93d3a0848a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user