This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 72029b10937daf7081455a093edbb65a92939fc9 Author: simbit18 <[email protected]> AuthorDate: Sun Jul 26 21:09:52 2026 +0200 boards/arm64/fvp-v8r: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- boards/arm64/fvp-v8r/fvp-armv8r/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm64/fvp-v8r/fvp-armv8r/kernel/Makefile b/boards/arm64/fvp-v8r/fvp-armv8r/kernel/Makefile index 05fe433aa6c..292836fa287 100644 --- a/boards/arm64/fvp-v8r/fvp-armv8r/kernel/Makefile +++ b/boards/arm64/fvp-v8r/fvp-armv8r/kernel/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# boards/arm/qemu/qemu-armv7r/kernel/Makefile +# boards/arm64/fvp-v8r/fvp-armv8r/kernel/Makefile # # SPDX-License-Identifier: Apache-2.0 #
