This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-26 08:51:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cba6f5f298
genode
/
repos
/
os
/
lib
/
mk
/
vfs.mk
6 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
2014-11-26 17:07:03 +00:00
SRC_CC
+=
file_system_factory.cc
vfs: depend on ld library So, users of VFS need not to state this dependency explicitly.
2015-07-06 10:11:30 +00:00
LIBS
=
ld
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
2014-11-26 17:07:03 +00:00
v
p
a
t
h
%
.
c
c
$(
REP_DIR
)
/
s
r
c
/
l
i
b
/
v
f
s
Reference in New Issue
Copy Permalink