mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 13:49:48 +00:00
e1aab829ca
The 'vfs_block' component will give access to a VFS file through a Block session. For more detailed information please look at its README. (On a technical note, the server currently only allows for one active session and has only one pending back end request but can easily be extended in the future.) Fixes #3781.
3 lines
88 B
Makefile
3 lines
88 B
Makefile
SRC_DIR = src/server/vfs_block
|
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|