mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
4c7ab07480
Tests at libc_vfs_ext2, libc_vfs_fs_ext2. Fix #1752 Ref #2224
7 lines
153 B
Makefile
7 lines
153 B
Makefile
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
|