mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
ee8c76b42e
Issue #4860
7 lines
156 B
PHP
7 lines
156 B
PHP
proc append_socket_fs_build_components { } {
|
|
global build_components
|
|
append build_components { lib/vfs_lxip }
|
|
}
|
|
|
|
proc socket_fs_plugin {} { return lxip }
|