Update Makefile and README file

Update copyright date and correct path description due to folder layout
changes.

Signed-off-by: Luke Wang <ziniu.wang_1@nxp.com>
This commit is contained in:
Luke Wang 2024-05-08 17:53:43 +08:00
parent 37bd130583
commit 24f51c2635
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# File: Makefile
#
# Copyright 2008-2023 NXP
# Copyright 2008-2024 NXP
#
# This software file (the File) is distributed by NXP
# under the terms of the GNU General Public License Version 2, June 1991

6
README
View file

@ -1,14 +1,14 @@
===============================================================================
U S E R M A N U A L
Copyright 2008-2023 NXP
Copyright 2008-2024 NXP
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