diff --git a/subsys/bluetooth/services/Kconfig.bas b/subsys/bluetooth/services/Kconfig.bas index 4d834a9d4f9..56477900c4d 100644 --- a/subsys/bluetooth/services/Kconfig.bas +++ b/subsys/bluetooth/services/Kconfig.bas @@ -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 diff --git a/subsys/bluetooth/services/Kconfig.hrs b/subsys/bluetooth/services/Kconfig.hrs index 470a5af623a..a624ea95805 100644 --- a/subsys/bluetooth/services/Kconfig.hrs +++ b/subsys/bluetooth/services/Kconfig.hrs @@ -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 diff --git a/subsys/bluetooth/services/Kconfig.tps b/subsys/bluetooth/services/Kconfig.tps index bba82bbbcde..4ad4b9069ce 100644 --- a/subsys/bluetooth/services/Kconfig.tps +++ b/subsys/bluetooth/services/Kconfig.tps @@ -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 diff --git a/subsys/debug/Kconfig b/subsys/debug/Kconfig index 63a6bdc54fb..93f738eb5c1 100644 --- a/subsys/debug/Kconfig +++ b/subsys/debug/Kconfig @@ -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" diff --git a/subsys/ipc/ipc_service/Kconfig b/subsys/ipc/ipc_service/Kconfig index e41384ab166..33dfe681057 100644 --- a/subsys/ipc/ipc_service/Kconfig +++ b/subsys/ipc/ipc_service/Kconfig @@ -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 diff --git a/subsys/ipc/rpmsg_service/Kconfig b/subsys/ipc/rpmsg_service/Kconfig index eba45cf11f2..83f24a4a0d0 100644 --- a/subsys/ipc/rpmsg_service/Kconfig +++ b/subsys/ipc/rpmsg_service/Kconfig @@ -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 diff --git a/subsys/mgmt/mcumgr/Kconfig b/subsys/mgmt/mcumgr/Kconfig index 25c936bc758..bb34d547053 100644 --- a/subsys/mgmt/mcumgr/Kconfig +++ b/subsys/mgmt/mcumgr/Kconfig @@ -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