mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
and remove the empty CMakeLists.txt in the subdirectories. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
9 lines
206 B
Text
9 lines
206 B
Text
#
|
|
# 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
|
|
source "libs/libc/machine/renesas/rx/Kconfig"
|
|
endif
|
|
|