fix nxstyle

fix Relative file path does not match actual file.
This commit is contained in:
simbit18 2024-05-10 15:06:40 +02:00 committed by Xiang Xiao
parent a8f81e4051
commit 09bfaa7292
18 changed files with 30 additions and 30 deletions

View file

@ -1,5 +1,5 @@
# ##############################################################################
# arch/arm/src/common/CMakeLists.txt
# arch/risc-v/src/common/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# arch/arm/src/common/supervisor/CMakeLists.txt
# arch/risc-v/src/common/supervisor/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# arch/arm/src/qemu-rv/CMakeLists.txt
# arch/risc-v/src/hpm6000/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# arch/arm/src/qemu-rv/CMakeLists.txt
# arch/risc-v/src/qemu-rv/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

View file

@ -1,5 +1,5 @@
############################################################################
# boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
# boards/arm/gd32f4/gd32f470ik-eval/src/Makefile
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with

View file

@ -1,5 +1,5 @@
############################################################################
# boards/arm/gd32f4/gd32f470zk-eval/src/Make.defs
# boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt
# boards/arm/stm32/stm32f401rc-rs485/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/stm32f7/stm32f746-disco/CMakeLists.txt
# boards/arm/stm32f7/stm32f746g-disco/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/stm32f7/stm32f746-disco/src/CMakeLists.txt
# boards/arm/stm32f7/stm32f746g-disco/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

View file

@ -1,21 +1,21 @@
############################################################################
# boards/arm/stm32f7/stm32f77zit6-meadow/CMakeLists.txt
# ##############################################################################
# boards/arm/stm32f7/stm32f777zit6-meadow/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 additional information regarding copyright ownership. The
# ASF licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance with the
# License. You may obtain a copy of the License at
# 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 ASF licenses this
# file to you under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# License for the specific language governing permissions and limitations under
# the License.
#
############################################################################
# ##############################################################################
add_subdirectory(src)

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/stm32f7/stm32f77zit6-meadow/src/CMakeLists.txt
# boards/arm/stm32f7/stm32f777zit6-meadow/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt
# boards/arm/tms570/tms570ls31x-usb-kit/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/xmc4/xmc4800/src/CMakeLists.txt
# boards/arm/xmc4/xmc4800-relax/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/x84_64/intel64/qemu-intel64/CMakeLists.txt
# boards/x84_64/intel64/qemu-intel64/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/x84_64/intel64/qemu-intel64/src/CMakeLists.txt
# boards/x84_64/intel64/qemu-intel64/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# libs/libc/math/CMakeLists.txt
# libs/libm/libm/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# net/tcp/CMakeLists.txt
# net/ipfrag/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# sched/sched/CMakeLists.txt
# sched/misc/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