mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
e7e7893f22
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.
12 lines
230 B
Makefile
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
|