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:
jordi
2021-07-20 13:10:10 +02:00
committed by Xiang Xiao
parent a02f450773
commit f3af6edf93
32 changed files with 244 additions and 244 deletions
+2 -2
View File
@@ -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