mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
69c48a3626
The global file system factory is now created explicitly and the global singleton accessor function was removed. Fixes #2281.
7 lines
114 B
Makefile
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
|