This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 91398e7 arch/xtensa/Kconfig: add quotes in source to clean warnings from setconfig 91398e7 is described below commit 91398e73eb859e5069af969a78134a1a1ac79b2b Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Tue Oct 19 02:55:09 2021 +0800 arch/xtensa/Kconfig: add quotes in source to clean warnings from setconfig Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- arch/xtensa/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 6e383c5..213cc22 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -214,7 +214,7 @@ config XTENSA_TOOLCHAIN_ESP endchoice -source arch/xtensa/src/lx6/Kconfig +source "arch/xtensa/src/lx6/Kconfig" if ARCH_CHIP_ESP32 source "arch/xtensa/src/esp32/Kconfig" endif