genode/repos/os/lib/mk/vfs.mk
Norman Feske e3be65833f vfs: decouple file-system factory from libc
This patch moves the VFS file-system factory to a separate vfs library
that is independent from libc. This enables libc-less Genode programs to
easily use the VFS infrastructure.

Fixes #1561
2015-06-09 11:00:10 +02:00

4 lines
68 B
Makefile

SRC_CC += file_system_factory.cc
vpath %.cc $(REP_DIR)/src/lib/vfs