mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 05:31:28 +00:00
This component is contrasted with the fs_rom server that serves independent dataspaces to each client. Using a cache was not possible until the region map session supported the creation of read-only attachments. Test at run/read_only_rom. Ref #1633 Fix #2760
7 lines
190 B
Makefile
7 lines
190 B
Makefile
SRC_DIR = src/server/cached_fs_rom
|
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
|
|
|
content: $(GENODE_DIR)/repos/os/include/file_system
|
|
mkdir include
|
|
cp -r $< include/file_system
|