logging: frontends: stmesp: Move zephyr_custom_log.h to the unique path

Logging with STMESP frontend is using custom logging header feature.
Put that specific header file in a custom path which is added to the
build only if that logging frontend is used.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-12-10 16:35:49 +01:00 committed by Benjamin Cabé
commit d1bd45739a
2 changed files with 5 additions and 0 deletions

View file

@ -14,3 +14,8 @@ zephyr_sources_ifdef(
CONFIG_LOG_FRONTEND_STMESP_DEMUX
log_frontend_stmesp_demux.c
)
zephyr_include_directories_ifdef(
CONFIG_LOG_FRONTEND_STMESP_FSC
stmesp
)