Skip to content

Commit 35a793e

Browse files
simbit18jerpelea
authored andcommitted
[nxstyle] fix Relative files path
fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]>
1 parent 798a73a commit 35a793e

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

arch/tricore/src/cmake/ToolchainGnuc.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ##############################################################################
2-
# arch/tricore/src/cmake/Toolchain.cmake
2+
# arch/tricore/src/cmake/ToolchainGnuc.cmake
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

arch/tricore/src/cmake/ToolchainTasking.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ##############################################################################
2-
# arch/tricore/src/cmake/Toolchain.cmake
2+
# arch/tricore/src/cmake/ToolchainTasking.cmake
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

boards/arm/csk6/csk6011a-nano/src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# boards/arm/csk6011a/csk6011a-nano/src/Makefile
2+
# boards/arm/csk6/csk6011a-nano/src/Makefile
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

boards/arm/imx9/imx95-evk/scripts/Make.defs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# boards/arm/imx95/imx95-evk/scripts/Make.defs
2+
# boards/arm/imx9/imx95-evk/scripts/Make.defs
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
# SPDX-FileCopyrightText: 2024 NXP

boards/arm/imx9/imx95-evk/src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# boards/arm/imx95/imx95-evk/src/Makefile
2+
# boards/arm/imx9/imx95-evk/src/Makefile
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
# SPDX-FileCopyrightText: 2024 NXP

libs/libc/machine/x86_64/gnu/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ##############################################################################
2-
# libs/libc/machine/X86_64/gnu/CMakeLists.txt
2+
# libs/libc/machine/x86_64/gnu/CMakeLists.txt
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

libs/libxx/uClibc++/system_configuration.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/****************************************************************************
2-
* libs/libxx/system_configuration.h
2+
* libs/libxx/uClibc++/system_configuration.h
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
35
*
4-
# SPDX-License-Identifier: Apache-2.0
5-
#
66
* Licensed to the Apache Software Foundation (ASF) under one or more
77
* contributor license agreements. See the NOTICE file distributed with
88
* this work for additional information regarding copyright ownership. The

0 commit comments

Comments
 (0)