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:
parent
9fb546f85e
commit
d1bd45739a
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue