mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-11 20:01:48 +00:00
vfs: depend on ld library
So, users of VFS need not to state this dependency explicitly.
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
SRC_CC += file_system_factory.cc
|
SRC_CC += file_system_factory.cc
|
||||||
|
|
||||||
|
LIBS = ld
|
||||||
|
|
||||||
vpath %.cc $(REP_DIR)/src/lib/vfs
|
vpath %.cc $(REP_DIR)/src/lib/vfs
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
TARGET = cli_monitor
|
TARGET = cli_monitor
|
||||||
SRC_CC = main.cc
|
SRC_CC = main.cc
|
||||||
LIBS = base cli_monitor config vfs ld
|
LIBS = base cli_monitor config vfs
|
||||||
INC_DIR += $(PRG_DIR)
|
INC_DIR += $(PRG_DIR)
|
||||||
|
|
||||||
ifeq ($(findstring arm, $(SPECS)), arm)
|
ifeq ($(findstring arm, $(SPECS)), arm)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
TARGET = noux
|
TARGET = noux
|
||||||
LIBS = alarm config vfs ld
|
LIBS = alarm config vfs
|
||||||
SRC_CC = main.cc dummy_net.cc
|
SRC_CC = main.cc dummy_net.cc
|
||||||
INC_DIR += $(PRG_DIR)
|
INC_DIR += $(PRG_DIR)
|
||||||
INC_DIR += $(PRG_DIR)/../
|
INC_DIR += $(PRG_DIR)/../
|
||||||
|
Reference in New Issue
Block a user