Skip to content

Commit 204acc8

Browse files
aescolarcarlescufi
authored andcommitted
subsys: logger: fix merge error
Fix merge error introduced in: ba01a39 (as part of #9362) which deleted the native_posix backend for the logger. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 8c02af7 commit 204acc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subsys/logging/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ zephyr_sources_ifdef(
1818
CONFIG_LOG_CMDS
1919
log_cmds.c
2020
)
21+
22+
zephyr_sources_ifdef(
23+
CONFIG_LOG_BACKEND_NATIVE_POSIX
24+
log_backend_native_posix.c
25+
)

0 commit comments

Comments
 (0)