genode/repos/os/src/server/vfs/target.mk
Emery Hemingway ded2f7e2d4 server/vfs: use Id_space to manage open nodes
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
2017-02-07 11:12:21 +01:00

5 lines
76 B
Makefile

TARGET = vfs
SRC_CC = main.cc
LIBS = base vfs
INC_DIR += $(PRG_DIR)