mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-09 20:12:57 +00:00
Because the sources are now used by lwip/lxip, make them accessible in a public place. issue #5471
12 lines
294 B
Makefile
12 lines
294 B
Makefile
SHARED_LIB = yes
|
|
|
|
VFS_DIR := $(call select_from_repositories,src/lib/vfs/ip)
|
|
LIBS = lxip format
|
|
SRC_CC = vfs.cc vfs_lxip.cc
|
|
LD_OPT += --version-script=$(VFS_DIR)/symbol.map
|
|
|
|
CC_OPT += -Wno-error=missing-field-initializers
|
|
CC_OPT += -Wno-missing-field-initializers
|
|
|
|
vpath %.cc $(VFS_DIR)
|