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
+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