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:
Josef Söntgen 2023-04-12 09:17:22 +02:00 committed by Christian Helmuth
parent e6ee7d3d4a
commit 0b28c9ae6f

View File

@ -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