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:
Luke Wang 2024-05-08 17:53:43 +08:00 committed by yunjie
parent b9f667c6dc
commit 6d23ce5177
2 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -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