mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
[nxstyle] fix Relative files path
fix Relative file path does not match actual file.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ##############################################################################
|
||||
# arch/arm/src/nrf53/CMakeLists.txt
|
||||
# arch/arm/src/ra4/CMakeLists.txt
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
|
||||
# S-mode requires a Supervisor Binary Interface (SBI) in order to access
|
||||
# M-mode ISA. A minimalistic SBI is provided here natively.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ##############################################################################
|
||||
# boards/arm/n23x/frdm-mcxn236/src/CMakeLists.txt
|
||||
# boards/arm/mcx-nxxx/frdm-mcxn236/src/CMakeLists.txt
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ##############################################################################
|
||||
# boards/arm/nrf52/nrf52-feather/CMakeLists.txt
|
||||
# boards/arm/ra4/arduino-r4-minima/CMakeLists.txt
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ##############################################################################
|
||||
# boards/arm/nrf52/thingy91-nrf52/src/CMakeLists.txt
|
||||
# boards/arm/ra4/arduino-r4-minima/src/CMakeLists.txt
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
|
||||
Reference in New Issue
Block a user