mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Kconfig: add quotes in source to clean warnings from setconfig
To avoid the setconfig warning "style: quotes recommended around xxx in source xxx"
This commit is contained in:
+1
-1
@@ -25,6 +25,6 @@ config ARCH_CHIP
|
||||
string
|
||||
default "mor1kx" if ARCH_CHIP_MOR1KX
|
||||
|
||||
source arch/or1k/src/mor1kx/Kconfig
|
||||
source "arch/or1k/src/mor1kx/Kconfig"
|
||||
|
||||
endif # ARCH_OR1K
|
||||
|
||||
Reference in New Issue
Block a user