Convert static VFS library to dynamic library

Fix #2759
This commit is contained in:
Emery Hemingway
2018-04-23 10:49:21 +02:00
committed by Christian Helmuth
parent cbfec0deed
commit e2661c58dc
140 changed files with 161 additions and 137 deletions

View File

@ -70,7 +70,7 @@ install_config $config
# generic modules
set boot_modules {
core init
ld.lib.so libc.lib.so libm.lib.so python.lib.so posix.lib.so
ld.lib.so libc.lib.so vfs.lib.so libm.lib.so python.lib.so posix.lib.so
test-python
}