mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
3a0922001b
This FUSE implementation consists of libfuse, which provides a subset of the FUSE 2.6 API and libc_fuse, which provides support for accessing FUSE based file system via the libc. Fixes #942.
6 lines
83 B
Makefile
6 lines
83 B
Makefile
LIBS = libc libfuse
|
|
|
|
SRC_CC = plugin.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_fuse
|