mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2025-01-15 16:25:35 +00:00
Update Makefile and README file
Update copyright date and correct path description due to folder layout changes. Change-Id: I414de89988d2d03d9a07fd1e5ed5fcd96eeab721 Signed-off-by: Luke Wang <ziniu.wang_1@nxp.com>
This commit is contained in:
parent
b9f667c6dc
commit
6d23ce5177
2 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008-2023 NXP
|
# Copyright 2008-2024 NXP
|
||||||
#
|
#
|
||||||
# This software file (the File) is distributed by NXP
|
# This software file (the File) is distributed by NXP
|
||||||
# under the terms of the GNU General Public License Version 2, June 1991
|
# under the terms of the GNU General Public License Version 2, June 1991
|
||||||
|
|
6
README
6
README
|
@ -1,14 +1,14 @@
|
||||||
===============================================================================
|
===============================================================================
|
||||||
U S E R M A N U A L
|
U S E R M A N U A L
|
||||||
|
|
||||||
Copyright 2008-2023 NXP
|
Copyright 2008-2024 NXP
|
||||||
|
|
||||||
|
|
||||||
1) FOR DRIVER BUILD
|
1) FOR DRIVER BUILD
|
||||||
|
|
||||||
Goto source code directory wlan_src/.
|
Goto source code directory.
|
||||||
make [clean] build
|
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.
|
The driver code supports Linux kernel from 2.6.32 to 6.7.0.
|
||||||
|
|
||||||
2) FOR DRIVER INSTALL
|
2) FOR DRIVER INSTALL
|
||||||
|
|
Loading…
Reference in a new issue