libc/machine/renesas: Move all source files out of gnu folder

and remove the empty CMakeLists.txt in the subdirectories.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2025-06-22 14:09:59 +08:00 committed by Donny(董九柱)
parent ae071920b4
commit 378f8a5c0f
5 changed files with 4 additions and 31 deletions

View file

@ -3,7 +3,7 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
#if ARCH_RENESAS_RX
#source "libs/libc/machine/renesas/rx/Kconfig"
#endif
if ARCH_RENESAS_RX
source "libs/libc/machine/renesas/rx/Kconfig"
endif

View file

@ -1,21 +0,0 @@
# ##############################################################################
# libs/libc/machine/renesas/rx/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.
#
# ##############################################################################

View file

@ -2,6 +2,3 @@
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_RENESAS_RX
endif

View file

@ -23,6 +23,3 @@
ifeq ($(CONFIG_ARCH_SETJMP_H),y)
ASRCS += arch_setjmp.S
endif
DEPPATH += --dep-path machine/renesas/rx/gnu
VPATH += :machine/renesas/rx/gnu

View file

@ -1,5 +1,5 @@
/****************************************************************************
* libs/libc/machine/renesas/rx/gnu/arm_setjmp.S
* libs/libc/machine/renesas/rx/arm_setjmp.S
*
* SPDX-License-Identifier: Apache-2.0
*