genode/repos/os/lib/mk/vfs.mk
Josef Söntgen 69c48a3626 os: refactor Global_file_system_factory
The global file system factory is now created explicitly and the
global singleton accessor function was removed.

Fixes #2281.
2017-02-28 12:59:23 +01:00

7 lines
114 B
Makefile

SRC_CC += file_system_factory.cc
INC_DIR += $(REP_DIR)/src/lib/vfs
LIBS = ld
vpath %.cc $(REP_DIR)/src/lib/vfs