genode/repos/pc/lib/mk/vfs_wifi.mk
Josef Söntgen 0b28c9ae6f 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
2023-04-26 11:58:14 +02:00

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