mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 18:47:01 +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.
6 lines
98 B
Makefile
6 lines
98 B
Makefile
include $(REP_DIR)/lib/mk/wifi.inc
|
|
|
|
REQUIRES += 32bit
|
|
|
|
SRC_C += lx_emul/spec/x86_32/atomic64_32.c
|