mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-04 10:10:59 +00:00
0b28c9ae6f
The wifi VFS plugin is solely there to provide a hook for calling 'Lx_kit::initialize()' prior to the static ctors. As the corresponding symbol can be resolved at run-time there is no need to add the library as a build-time dependency. Issue #4813
10 lines
216 B
Makefile
10 lines
216 B
Makefile
SRC_CC = vfs.cc
|
|
|
|
DDE_LINUX_DIR := $(subst /src/include/lx_kit,,$(call select_from_repositories,src/include/lx_kit))
|
|
|
|
INC_DIR += $(DDE_LINUX_DIR)/src/include
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/wifi
|
|
|
|
SHARED_LIB := yes
|