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

@@ -84,7 +84,7 @@ install_config $config
set boot_modules {
core ld.lib.so init timer test-libc_vfs ram_blk
rump.lib.so rump_fs.lib.so rump_fs
ext2.raw libc.lib.so
ext2.raw libc.lib.so vfs.lib.so
}
build_boot_image $boot_modules

View File

@@ -85,7 +85,7 @@ install_config $config
set boot_modules {
core ld.lib.so init timer test-libc_vfs ram_blk
rump.lib.so rump_fs.lib.so rump_fs
fs.raw libc.lib.so
fs.raw libc.lib.so vfs.lib.so
}
build_boot_image $boot_modules