[nxstyle] fix Relative files path

fix Relative file path does not match actual file.

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18
2025-02-21 12:06:23 +01:00
committed by Alin Jerpelea
parent 798a73ac1a
commit 35a793ed17
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ##############################################################################
# arch/tricore/src/cmake/Toolchain.cmake
# arch/tricore/src/cmake/ToolchainGnuc.cmake
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -1,5 +1,5 @@
# ##############################################################################
# arch/tricore/src/cmake/Toolchain.cmake
# arch/tricore/src/cmake/ToolchainTasking.cmake
#
# SPDX-License-Identifier: Apache-2.0
#
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################
# boards/arm/csk6011a/csk6011a-nano/src/Makefile
# boards/arm/csk6/csk6011a-nano/src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################
# boards/arm/imx95/imx95-evk/scripts/Make.defs
# boards/arm/imx9/imx95-evk/scripts/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 NXP
+1 -1
View File
@@ -1,5 +1,5 @@
############################################################################
# boards/arm/imx95/imx95-evk/src/Makefile
# boards/arm/imx9/imx95-evk/src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 NXP
+1 -1
View File
@@ -1,5 +1,5 @@
# ##############################################################################
# libs/libc/machine/X86_64/gnu/CMakeLists.txt
# libs/libc/machine/x86_64/gnu/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
+3 -3
View File
@@ -1,8 +1,8 @@
/****************************************************************************
* libs/libxx/system_configuration.h
* libs/libxx/uClibc++/system_configuration.h
*
* SPDX-License-Identifier: Apache-2.0
*
# SPDX-License-Identifier: Apache-2.0
#
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The