mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-12-04 23:37:35 +00:00
Change the folder layout to make it more clear
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
This commit is contained in:
parent
949ea3ecca
commit
acf8d2a710
93 changed files with 5 additions and 3 deletions
|
@ -178,7 +178,7 @@ endif
|
|||
|
||||
LD += -S
|
||||
|
||||
BINDIR = ../bin_wlan
|
||||
BINDIR = bin_wlan
|
||||
APPDIR= $(shell if test -d "mapp"; then echo mapp; fi)
|
||||
|
||||
#############################################################################
|
|
@ -1,3 +1,5 @@
|
|||
# MXM
|
||||
|
||||
===============================================================================
|
||||
U S E R M A N U A L
|
||||
|
||||
|
@ -6,9 +8,9 @@
|
|||
|
||||
1) FOR DRIVER BUILD
|
||||
|
||||
Goto source code directory wlan_src/.
|
||||
Goto source code directory.
|
||||
make [clean] build
|
||||
The driver and utility binaries can be found in ../bin_xxxx directory.
|
||||
The driver and utility binaries can be found in bin_wlan directory.
|
||||
The driver code supports Linux kernel from 2.6.32 to 6.7.0.
|
||||
|
||||
2) FOR DRIVER INSTALL
|
Loading…
Reference in a new issue