kconfig: Remove unneeded ${ZEPHYR_BASE} from template import
The commit removes, from various Kconfigs, ${ZEPHYR_BASE} in sourcing of logging template. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
dfe05d2898
commit
e20f72f7cb
7 changed files with 7 additions and 7 deletions
|
@ -11,6 +11,6 @@ if BT_BAS
|
|||
|
||||
module = BT_BAS
|
||||
module-str = BAS
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
endif # BT_BAS
|
||||
|
|
|
@ -29,6 +29,6 @@ endchoice
|
|||
|
||||
module = BT_HRS
|
||||
module-str = HRS
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
endif # BT_HRS
|
||||
|
|
|
@ -10,6 +10,6 @@ if BT_TPS
|
|||
|
||||
module = BT_TPS
|
||||
module-str = TPS
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
endif # BT_TPS
|
||||
|
|
|
@ -21,7 +21,7 @@ menuconfig THREAD_ANALYZER
|
|||
if THREAD_ANALYZER
|
||||
module = THREAD_ANALYZER
|
||||
module-str = thread analyzer
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
choice
|
||||
prompt "Thread analysis print mode"
|
||||
|
|
|
@ -15,6 +15,6 @@ rsource "backends/Kconfig"
|
|||
|
||||
module = IPC_SERVICE
|
||||
module-str = IPC service and backend
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
endif # IPC_SERVICE
|
||||
|
|
|
@ -121,6 +121,6 @@ config RPMSG_SERVICE_EP_REG_PRIORITY
|
|||
|
||||
module = RPMSG_SERVICE
|
||||
module-str = RPMsg service and backend
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
endif # RPMSG_SERVICE
|
||||
|
|
|
@ -377,7 +377,7 @@ config MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE
|
|||
module=MGMT_SETTINGS
|
||||
module-dep=LOG
|
||||
module-str=SETTINGS
|
||||
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue