Kconfig: add quotes in source to clean warnings from setconfig

To avoid the setconfig warning "style: quotes recommended around xxx in
source xxx"

Change-Id: Iaec3ae59ba2ec15337652c9962b25081ff03e1d7
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
jordi
2021-08-18 18:30:30 +08:00
committed by anchao
parent c906f1d482
commit cd2fbf0b3c
32 changed files with 244 additions and 244 deletions
+3 -3
View File
@@ -11,8 +11,8 @@ config WIRELESS
if WIRELESS
source wireless/bluetooth/Kconfig
source wireless/ieee802154/Kconfig
source wireless/pktradio/Kconfig
source "wireless/bluetooth/Kconfig"
source "wireless/ieee802154/Kconfig"
source "wireless/pktradio/Kconfig"
endif # WIRELESS