genode/libports/lib/mk/libc_fuse.mk
Josef Söntgen 3a0922001b libports: add FUSE implementation
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.
2013-11-26 16:50:52 +01:00

6 lines
83 B
Makefile

LIBS = libc libfuse
SRC_CC = plugin.cc
vpath %.cc $(REP_DIR)/src/lib/libc_fuse