genode/repos/pc/lib/mk/vfs_wifi.mk
Josef Söntgen e7e7893f22 pc: update wifi driver
The driver falls in line with the previous 'legacy_wifi_drv' component
where the ported wireless LAN stack and device driver is encapsulated
in a library. This library in return is used by the 'Libc::Component'
providing the necessary environment for the 'wpa_supplicant'.

In constrast to the old driver a 'wifi' VFS plugin is in charge of
initalizing the 'Lx_kit::Env' prior to executing any static
constructors.

Fixes #4455.
2022-04-13 09:29:04 +02:00

12 lines
230 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
LIBS := wifi
vpath %.cc $(REP_DIR)/src/lib/vfs/wifi
SHARED_LIB := yes