mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-04 16:13:03 +00:00
apps/examples/smf: 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:
parent
82c1e7d9be
commit
8af42424fa
3 changed files with 19 additions and 3 deletions
|
|
@ -1,7 +1,23 @@
|
|||
# ##############################################################################
|
||||
# apps/examples/hsm_psicc2/CMakeLists.txt
|
||||
# apps/examples/smf/CMakeLists.txt
|
||||
#
|
||||
# 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 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.
|
||||
#
|
||||
# ##############################################################################
|
||||
|
||||
if(CONFIG_EXAMPLES_SMF)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# apps/examples/hello/Make.defs
|
||||
# apps/examples/smf/Make.defs
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# apps/examples/hsm_psicc2/Makefile
|
||||
# apps/examples/smf/Makefile
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue