mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
lib/vfs/wifi: remove dependency on wifi library
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
This commit is contained in:
parent
e6ee7d3d4a
commit
0b28c9ae6f
@ -4,8 +4,6 @@ DDE_LINUX_DIR := $(subst /src/include/lx_kit,,$(call select_from_repositories,sr
|
||||
|
||||
INC_DIR += $(DDE_LINUX_DIR)/src/include
|
||||
|
||||
LIBS := wifi
|
||||
|
||||
vpath %.cc $(REP_DIR)/src/lib/vfs/wifi
|
||||
|
||||
SHARED_LIB := yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user