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