mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +00:00
561a9e7a72
Adjust the plugin to use the socket C-API found under dde_linux/src/lib/lxip/include/genode_c_api/socket.h'. This is the first minor step in generalizing the plugin. isse #5104
12 lines
262 B
Makefile
12 lines
262 B
Makefile
SHARED_LIB = yes
|
|
|
|
VFS_DIR = $(REP_DIR)/src/lib/vfs/lxip
|
|
LIBS = lxip format
|
|
SRC_CC = vfs.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)
|