mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
e3be65833f
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
4 lines
68 B
Makefile
4 lines
68 B
Makefile
SRC_CC += file_system_factory.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs
|