mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
fix nxstyle
fix Relative file path does not match actual file.
This commit is contained in:
parent
a8f81e4051
commit
09bfaa7292
18 changed files with 30 additions and 30 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -27,7 +27,7 @@ else()
|
|||
endif()
|
||||
|
||||
if(CONFIG_ARCH_BUTTONS)
|
||||
list(APPEND SRCS stm32_buttons.c)
|
||||
list(APPEND SRCS stm32_buttons.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_BOARDCTL)
|
||||
|
|
|
@ -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
|
||||
# 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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue