genode/repos/gems/lib/mk/vfs_oss.mk
Josef Söntgen 5f88562263 gems: VFS OSS plugin for Record/Play session
The new VFS OSS plugin utilizes the Record and Play session. For the
time being it is a drop-in replacement for the old plugin and shares
its limitations.

In contrast to the old plugin it is possible to force a client to
use a configured fragment size. Some clients work best with larger
fragments, e.g. VBox, where raising the minimal fragment size is
beneficial.

Please look at the README file for more information.

Issue genodelabs/genode#5167.
2024-04-12 15:08:00 +02:00

10 lines
148 B
Makefile

VFS_DIR := $(REP_DIR)/src/lib/vfs/oss
SRC_CC := vfs.cc
LD_OPT += --version-script=$(VFS_DIR)/symbol.map
SHARED_LIB := yes
vpath %.cc $(VFS_DIR)