Rump kernel VFS plugin

Tests at libc_vfs_ext2, libc_vfs_fs_ext2.

Fix #1752
Ref #2224
This commit is contained in:
Emery Hemingway
2015-10-05 11:13:01 +02:00
committed by Norman Feske
parent ec6cff7ba8
commit 4c7ab07480
10 changed files with 938 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
SRC_CC = vfs_rump.cc random.cc
LIBS = rump rump_fs
INC_DIR += $(REP_DIR)/src/lib/vfs/rump
vpath %.cc $(REP_DIR)/src/lib/vfs/rump
SHARED_LIB = yes