mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +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:
+2
-2
@@ -43,7 +43,7 @@ config NXFLAT
|
||||
Enable support for the NXFLAT binary format. Default: n
|
||||
|
||||
if NXFLAT
|
||||
source binfmt/libnxflat/Kconfig
|
||||
source "binfmt/libnxflat/Kconfig"
|
||||
endif
|
||||
|
||||
config ELF
|
||||
@@ -55,7 +55,7 @@ config ELF
|
||||
Enable support for the ELF binary format. Default: n
|
||||
|
||||
if ELF
|
||||
source binfmt/libelf/Kconfig
|
||||
source "binfmt/libelf/Kconfig"
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user