Skip to content

Commit

Permalink
subsys: logger: fix merge error
Browse files Browse the repository at this point in the history
Fix merge error introduced in:
ba01a39
(as part of zephyrproject-rtos#9362)
which deleted the native_posix backend for the logger.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
  • Loading branch information
aescolar committed Sep 24, 2018
1 parent 780c1c2 commit 1544324
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions subsys/logging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ zephyr_sources_ifdef(
CONFIG_LOG_CMDS
log_cmds.c
)

zephyr_sources_ifdef(
CONFIG_LOG_BACKEND_NATIVE_POSIX
log_backend_native_posix.c
)

0 comments on commit 1544324

Please sign in to comment.