mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user