mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-14 06:52:03 +00:00
Replacing the node lookup table with an Id_space removes the limit on open handles per session and allows mutal associativity between File_system handles and local VFS handles. Fix #2221
5 lines
76 B
Makefile
5 lines
76 B
Makefile
TARGET = vfs
|
|
SRC_CC = main.cc
|
|
LIBS = base vfs
|
|
INC_DIR += $(PRG_DIR)
|