mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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 }
|