From 6d23ce5177202283229877dacffbaa809c744832 Mon Sep 17 00:00:00 2001 From: Luke Wang Date: Wed, 8 May 2024 17:53:43 +0800 Subject: [PATCH] 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 --- Makefile | 2 +- README | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 08ae120..f2613b1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README b/README index 2b0a47c..c1e7ab6 100755 --- a/README +++ b/README @@ -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